Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1324/
Java: 64bit/jdk1.8.0_162 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
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([F999C5ADD23F7BC1:C959242F5A4D9A9D]: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)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([F999C5ADD23F7BC1:94656150687784C6]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:241)
        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 12728 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_F999C5ADD23F7BC1-001/init-core-data-001
   [junit4]   2> 558025 WARN  
(SUITE-ComputePlanActionTest-seed#[F999C5ADD23F7BC1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 558025 INFO  
(SUITE-ComputePlanActionTest-seed#[F999C5ADD23F7BC1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 558027 INFO  
(SUITE-ComputePlanActionTest-seed#[F999C5ADD23F7BC1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 558027 INFO  
(SUITE-ComputePlanActionTest-seed#[F999C5ADD23F7BC1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 558028 INFO  
(SUITE-ComputePlanActionTest-seed#[F999C5ADD23F7BC1]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_F999C5ADD23F7BC1-001/tempDir-001
   [junit4]   2> 558028 INFO  
(SUITE-ComputePlanActionTest-seed#[F999C5ADD23F7BC1]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 558028 INFO  (Thread-974) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 558028 INFO  (Thread-974) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 558037 ERROR (Thread-974) [    ] 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> 558128 INFO  
(SUITE-ComputePlanActionTest-seed#[F999C5ADD23F7BC1]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35055
   [junit4]   2> 558147 INFO  (zkConnectionManagerCallback-785-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558159 INFO  (jetty-launcher-782-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 558208 INFO  (jetty-launcher-782-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 558208 INFO  (jetty-launcher-782-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 558208 INFO  (jetty-launcher-782-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 558208 INFO  (jetty-launcher-782-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24a4c353{/solr,null,AVAILABLE}
   [junit4]   2> 558210 INFO  (jetty-launcher-782-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@48cd7a85{SSL,[ssl, 
http/1.1]}{127.0.0.1:37965}
   [junit4]   2> 558210 INFO  (jetty-launcher-782-thread-1) [    ] 
o.e.j.s.Server Started @560193ms
   [junit4]   2> 558210 INFO  (jetty-launcher-782-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37965}
   [junit4]   2> 558210 ERROR (jetty-launcher-782-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 558210 INFO  (jetty-launcher-782-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 558210 INFO  (jetty-launcher-782-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 558210 INFO  (jetty-launcher-782-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 558210 INFO  (jetty-launcher-782-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-09T16:48:07.712Z
   [junit4]   2> 558217 INFO  (zkConnectionManagerCallback-787-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558217 INFO  (jetty-launcher-782-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 558245 INFO  (jetty-launcher-782-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35055/solr
   [junit4]   2> 558272 INFO  (zkConnectionManagerCallback-791-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558292 INFO  
(zkConnectionManagerCallback-793-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558360 INFO  (jetty-launcher-782-thread-1) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 558360 INFO  (jetty-launcher-782-thread-1) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37965_solr
   [junit4]   2> 558360 INFO  (jetty-launcher-782-thread-1) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer Overseer 
(id=72120380669558787-127.0.0.1:37965_solr-n_0000000000) starting
   [junit4]   2> 558366 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 558383 INFO  (jetty-launcher-782-thread-1) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37965_solr
   [junit4]   2> 558383 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 558389 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 558390 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 558390 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 558390 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 558391 INFO  
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 558424 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 558426 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 558426 DEBUG (ScheduledTrigger-1372-thread-1) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 1
   [junit4]   2> 558460 INFO  (jetty-launcher-782-thread-1) 
[n:127.0.0.1:37965_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37965.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27ed9eb3
   [junit4]   2> 558467 INFO  (jetty-launcher-782-thread-1) 
[n:127.0.0.1:37965_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37965.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27ed9eb3
   [junit4]   2> 558467 INFO  (jetty-launcher-782-thread-1) 
[n:127.0.0.1:37965_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37965.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27ed9eb3
   [junit4]   2> 558469 INFO  (jetty-launcher-782-thread-1) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_F999C5ADD23F7BC1-001/tempDir-001/node1/.
   [junit4]   2> 558518 INFO  (zkConnectionManagerCallback-797-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558530 INFO  (zkConnectionManagerCallback-801-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558531 INFO  
(SUITE-ComputePlanActionTest-seed#[F999C5ADD23F7BC1]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 558531 INFO  
(SUITE-ComputePlanActionTest-seed#[F999C5ADD23F7BC1]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35055/solr ready
   [junit4]   2> 558554 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNodeLost
   [junit4]   2> 558555 DEBUG 
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 2
   [junit4]   2> 558555 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 2
   [junit4]   2> 558555 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 558581 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 558582 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 558582 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 558728 INFO  (qtp313399886-3476) [n:127.0.0.1:37965_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=4
   [junit4]   2> 558731 DEBUG (qtp313399886-3481) [n:127.0.0.1:37965_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 558732 INFO  (qtp313399886-3481) [n:127.0.0.1:37965_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=84
   [junit4]   2> 558732 DEBUG 
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 3
   [junit4]   2> 558732 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 3
   [junit4]   2> 558732 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 558732 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 558732 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 558735 INFO  (qtp313399886-3480) [n:127.0.0.1:37965_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> 558735 DEBUG (qtp313399886-3481) [n:127.0.0.1:37965_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 558735 INFO  (qtp313399886-3481) [n:127.0.0.1:37965_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 558736 DEBUG 
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 4
   [junit4]   2> 558736 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 4
   [junit4]   2> 558736 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 558737 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 558737 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 558737 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 558764 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 558764 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 558764 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 558767 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@969f911{/solr,null,AVAILABLE}
   [junit4]   2> 558768 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@19579f63{SSL,[ssl, 
http/1.1]}{127.0.0.1:41713}
   [junit4]   2> 558768 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.Server Started @560751ms
   [junit4]   2> 558768 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41713}
   [junit4]   2> 558768 ERROR 
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 558768 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 558768 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 558768 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 558768 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-09T16:48:08.270Z
   [junit4]   2> 558786 INFO  (zkConnectionManagerCallback-804-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558786 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 558801 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35055/solr
   [junit4]   2> 558803 INFO  (zkConnectionManagerCallback-808-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558820 INFO  
(zkConnectionManagerCallback-810-thread-1-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558826 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:41713_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 558827 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:41713_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 558831 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:41713_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41713_solr
   [junit4]   2> 558831 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41713_solr"} current state version: 0
   [junit4]   2> 558831 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:41713_solr
   [junit4]   2> 558832 INFO  
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 558852 INFO  (zkCallback-800-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 558853 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 558853 INFO  (zkCallback-800-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 558889 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:41713_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41713.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27ed9eb3
   [junit4]   2> 558898 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:41713_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41713.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27ed9eb3
   [junit4]   2> 558898 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:41713_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41713.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27ed9eb3
   [junit4]   2> 558899 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:41713_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_F999C5ADD23F7BC1-001/tempDir-001/node2/.
   [junit4]   2> 558976 INFO  (qtp313399886-3476) [n:127.0.0.1:37965_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> 559019 INFO  (qtp896617665-3520) [n:127.0.0.1:41713_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> 559024 DEBUG (qtp313399886-3479) [n:127.0.0.1:37965_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 559027 INFO  (qtp313399886-3479) [n:127.0.0.1:37965_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=63
   [junit4]   2> 559027 DEBUG 
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 5
   [junit4]   2> 559028 INFO  (qtp313399886-3481) [n:127.0.0.1:37965_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> 559060 INFO  
(OverseerThreadFactory-1374-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testNodeLost
   [junit4]   2> 559068 DEBUG 
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:41713_solr, 127.0.0.1:37965_solr]
   [junit4]   2> 559068 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 5
   [junit4]   2> 559098 INFO  (qtp313399886-3480) [n:127.0.0.1:37965_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> 559108 DEBUG (ScheduledTrigger-1372-thread-1) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: 2
   [junit4]   2> 559116 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 559125 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_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> 559128 DEBUG 
(OverseerAutoScalingTriggerThread-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 559168 INFO  
(OverseerThreadFactory-1374-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, 
curr-time 958049107 sessionWrapper.createTime 958049068849091, 
this.sessionWrapper.createTime 958049068849091 
   [junit4]   2> 559176 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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> 559177 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testNodeLost
   [junit4]   2> 559177 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testNodeLost/state.json
   [junit4]   2> 559279 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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:37965/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 559279 INFO  
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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:37965/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 559280 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 559280 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:37965/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 559281 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41713/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 559281 INFO  
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41713/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 559282 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:37965/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 559282 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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_node2":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:37965/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>       "base_url":"https://127.0.0.1:41713/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 559382 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 0
   [junit4]   2> 559496 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&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> 559497 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 559503 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37965/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37965_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> 559503 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37965/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37965_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> 559503 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node2:{"core":"testNodeLost_shard1_replica_n1","base_url":"https://127.0.0.1:37965/solr","node_name":"127.0.0.1:37965_solr","state":"down","type":"NRT"}
   [junit4]   2> 559503 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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_node2":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:37965/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:37965_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>           "base_url":"https://127.0.0.1:41713/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 559504 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_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_n3&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 559505 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 559507 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41713/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:41713_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> 559507 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41713/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:41713_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> 559507 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node4:{"core":"testNodeLost_shard1_replica_n3","base_url":"https://127.0.0.1:41713/solr","node_name":"127.0.0.1:41713_solr","state":"down","type":"NRT"}
   [junit4]   2> 559507 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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_node2":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:37965/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:37965_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>           "base_url":"https://127.0.0.1:41713/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:41713_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 559607 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 1
   [junit4]   2> 559608 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_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> 559608 INFO  
(zkCallback-792-thread-2-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_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> 559608 INFO  
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_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> 559608 INFO  
(zkCallback-809-thread-2-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_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> 560110 DEBUG (ScheduledTrigger-1372-thread-2) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: 2
   [junit4]   2> 560509 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 560513 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 560551 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 560553 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 560553 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 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> 560554 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37965.solr.core.testNodeLost.shard1.replica_n1' (registry 
'solr.core.testNodeLost.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27ed9eb3
   [junit4]   2> 560554 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 560554 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_F999C5ADD23F7BC1-001/tempDir-001/node1/testNodeLost_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_F999C5ADD23F7BC1-001/tempDir-001/node1/./testNodeLost_shard1_replica_n1/data/]
   [junit4]   2> 560563 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 560564 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 560565 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n3' using 
configuration from collection testNodeLost, trusted=true
   [junit4]   2> 560565 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41713.solr.core.testNodeLost.shard1.replica_n3' (registry 
'solr.core.testNodeLost.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27ed9eb3
   [junit4]   2> 560565 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 560565 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_F999C5ADD23F7BC1-001/tempDir-001/node2/testNodeLost_shard1_replica_n3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_F999C5ADD23F7BC1-001/tempDir-001/node2/./testNodeLost_shard1_replica_n3/data/]
   [junit4]   2> 560596 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 560596 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 560598 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 560598 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 560599 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43101ccb[testNodeLost_shard1_replica_n3] main]
   [junit4]   2> 560600 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 560600 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 560601 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 560601 INFO  
(searcherExecutor-1384-thread-1-processing-n:127.0.0.1:41713_solr 
x:testNodeLost_shard1_replica_n3 s:shard1 c:testNodeLost r:core_node4) 
[n:127.0.0.1:41713_solr c:testNodeLost s:shard1 r:core_node4 
x:testNodeLost_shard1_replica_n3] o.a.s.c.SolrCore 
[testNodeLost_shard1_replica_n3] Registered new searcher 
Searcher@43101ccb[testNodeLost_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 560601 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1591942725084643328
   [junit4]   2> 560607 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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> 560607 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 560609 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 560609 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 560609 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 560610 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 560611 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@49bfbef6[testNodeLost_shard1_replica_n1] main]
   [junit4]   2> 560611 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 560611 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 560612 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 560613 INFO  
(searcherExecutor-1383-thread-1-processing-n:127.0.0.1:37965_solr 
x:testNodeLost_shard1_replica_n1 s:shard1 c:testNodeLost r:core_node2) 
[n:127.0.0.1:37965_solr c:testNodeLost s:shard1 r:core_node2 
x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore 
[testNodeLost_shard1_replica_n1] Registered new searcher 
Searcher@49bfbef6[testNodeLost_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 560613 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1591942725097226240
   [junit4]   2> 560708 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 2
   [junit4]   2> 560708 INFO  
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_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> 560708 INFO  
(zkCallback-809-thread-2-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_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> 560708 INFO  
(zkCallback-792-thread-3-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_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> 560708 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_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> 561108 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 561108 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 561108 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:41713/solr/testNodeLost_shard1_replica_n3/
   [junit4]   2> 561108 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n3 
url=https://127.0.0.1:41713/solr START 
replicas=[https://127.0.0.1:37965/solr/testNodeLost_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 561113 DEBUG (ScheduledTrigger-1372-thread-2) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: 2
   [junit4]   2> 561115 INFO  (qtp313399886-3512) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.S.Request [testNodeLost_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 561409 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n3 
url=https://127.0.0.1:41713/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 561409 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 561409 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
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> 561409 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 561411 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:41713/solr/testNodeLost_shard1_replica_n3/ shard1
   [junit4]   2> 561411 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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:41713/solr";,
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 561511 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 3
   [junit4]   2> 561512 INFO  
(zkCallback-792-thread-3-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_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> 561512 INFO  
(zkCallback-809-thread-2-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_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> 561512 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_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> 561512 INFO  
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_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> 561561 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 561562 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41713/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:41713_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> 561562 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41713/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:41713_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> 561562 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node4:{"core":"testNodeLost_shard1_replica_n3","base_url":"https://127.0.0.1:41713/solr","node_name":"127.0.0.1:41713_solr","state":"active","type":"NRT","leader":"true"}
   [junit4]   2> 561562 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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_node2":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:37965/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:37965_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>           "base_url":"https://127.0.0.1:41713/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:41713_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 561621 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37965/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37965_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> 561621 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37965/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37965_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> 561621 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node2:{"core":"testNodeLost_shard1_replica_n1","base_url":"https://127.0.0.1:37965/solr","node_name":"127.0.0.1:37965_solr","state":"active","type":"NRT"}
   [junit4]   2> 561621 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_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_node2":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:37965/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:37965_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>           "base_url":"https://127.0.0.1:41713/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:41713_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 561643 INFO  (qtp313399886-3475) [n:127.0.0.1:37965_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&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=2146
   [junit4]   2> 561647 INFO  (qtp896617665-3518) [n:127.0.0.1:41713_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
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_n3&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2142
   [junit4]   2> 561650 INFO  (qtp313399886-3481) [n:127.0.0.1:37965_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> 561722 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 4
   [junit4]   2> 561722 INFO  
(zkCallback-809-thread-2-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_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> 561722 INFO  
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_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> 561722 INFO  
(zkCallback-792-thread-3-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_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> 561722 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_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> 562113 DEBUG (ScheduledTrigger-1372-thread-2) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: 2
   [junit4]   2> 562650 INFO  (qtp313399886-3481) [n:127.0.0.1:37965_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=3621
   [junit4]   2> 562652 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 562652 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 562652 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 562653 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 562653 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@703e8ec9{/solr,null,AVAILABLE}
   [junit4]   2> 562653 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@596b7c86{SSL,[ssl, 
http/1.1]}{127.0.0.1:33571}
   [junit4]   2> 562653 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.Server Started @564637ms
   [junit4]   2> 562653 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33571}
   [junit4]   2> 562653 ERROR 
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 562654 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 562654 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 562654 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 562654 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-09T16:48:12.156Z
   [junit4]   2> 562655 INFO  (zkConnectionManagerCallback-814-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562655 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 562664 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35055/solr
   [junit4]   2> 562665 INFO  (zkConnectionManagerCallback-818-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562667 INFO  
(zkConnectionManagerCallback-820-thread-1-processing-n:127.0.0.1:33571_solr) 
[n:127.0.0.1:33571_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562669 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:33571_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 562670 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:33571_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 562671 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:33571_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33571_solr
   [junit4]   2> 562671 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33571_solr"} current state version: 0
   [junit4]   2> 562671 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:33571_solr
   [junit4]   2> 562672 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 562672 INFO  (zkCallback-800-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 562672 INFO  
(zkCallback-792-thread-3-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 562672 INFO  (zkCallback-800-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 562672 INFO  
(zkCallback-819-thread-1-processing-n:127.0.0.1:33571_solr) 
[n:127.0.0.1:33571_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 562701 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:33571_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33571.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27ed9eb3
   [junit4]   2> 562711 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:33571_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33571.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27ed9eb3
   [junit4]   2> 562711 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:33571_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33571.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27ed9eb3
   [junit4]   2> 562713 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) 
[n:127.0.0.1:33571_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_F999C5ADD23F7BC1-001/tempDir-001/node3/.
   [junit4]   2> 562753 INFO  (zkConnectionManagerCallback-824-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562755 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@19579f63{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 562755 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1514687462
   [junit4]   2> 562755 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 562755 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4d4b17e2: rootName = 
solr_41713, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@60f3c9a7
   [junit4]   2> 562760 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 562760 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@25e3b81b: rootName = 
solr_41713, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@3d63d36f
   [junit4]   2> 562764 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 562764 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2c3dcff2: rootName = 
solr_41713, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@6635cc35
   [junit4]   2> 562764 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41713_solr
   [junit4]   2> 562765 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 562765 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41713_solr"} current state version: 0
   [junit4]   2> 562765 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:41713_solr
   [junit4]   2> 562765 INFO  
(zkCallback-819-thread-1-processing-n:127.0.0.1:33571_solr) 
[n:127.0.0.1:33571_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 562771 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.NodeMutator Update replica state for 
core_node4:{"core":"testNodeLost_shard1_replica_n3","base_url":"https://127.0.0.1:41713/solr","node_name":"127.0.0.1:41713_solr","state":"active","type":"NRT","leader":"true"}
 to down
   [junit4]   2> 562771 INFO  (zkCallback-800-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 562771 INFO  (zkCallback-800-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 562771 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:41713_solr) 
[n:127.0.0.1:41713_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 562771 INFO  
(zkCallback-792-thread-3-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 562771 INFO  (coreCloseExecutor-1399-thread-1) 
[n:127.0.0.1:41713_solr c:testNodeLost s:shard1 r:core_node4 
x:testNodeLost_shard1_replica_n3] o.a.s.c.SolrCore 
[testNodeLost_shard1_replica_n3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7feb19dd
   [junit4]   2> 562771 INFO  (coreCloseExecutor-1399-thread-1) 
[n:127.0.0.1:41713_solr c:testNodeLost s:shard1 r:core_node4 
x:testNodeLost_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testNodeLost.shard1.replica_n3, tag=2146114013
   [junit4]   2> 562772 INFO  (coreCloseExecutor-1399-thread-1) 
[n:127.0.0.1:41713_solr c:testNodeLost s:shard1 r:core_node4 
x:testNodeLost_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@413c101f: rootName = 
solr_41713, domain = solr.core.testNodeLost.shard1.replica_n3, service url = 
null, agent id = null] for registry solr.core.testNodeLost.shard1.replica_n3 / 
com.codahale.metrics.MetricRegistry@e298ad
   [junit4]   2> 562778 INFO  (coreCloseExecutor-1399-thread-1) 
[n:127.0.0.1:41713_solr c:testNodeLost s:shard1 r:core_node4 
x:testNodeLost_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testNodeLost.shard1.leader, 
tag=2146114013
   [junit4]   2> 562784 INFO  
(zkCallback-792-thread-3-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr c:testNodeLost s:shard1 r:core_node2 
x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 562784 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost"} current state version: 0
   [junit4]   2> 562785 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@969f911{/solr,null,UNAVAILABLE}
   [junit4]   2> 562785 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 562785 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[F999C5ADD23F7BC1]) [    ] 
o.a.s.c.a.ComputePlanActionTest Stopped_node : 127.0.0.1:41713_solr
   [junit4]   2> 562786 INFO  (zkConnectionManagerCallback-826-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562885 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 5
   [junit4]   2> 562885 INFO  
(zkCallback-792-thread-1-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_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> 562885 INFO  
(zkCallback-792-thread-2-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_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> 563074 INFO  
(OverseerCollectionConfigSetProcessor-72120380669558787-127.0.0.1:37965_solr-n_0000000000)
 [n:127.0.0.1:37965_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 563113 DEBUG (ScheduledTrigger-1372-thread-2) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: 2
   [junit4]   2> 563113 DEBUG (ScheduledTrigger-1372-thread-2) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 
127.0.0.1:41713_solr
   [junit4]   2> 564114 DEBUG (ScheduledTrigger-1372-thread-2) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: 2
   [junit4]   2> 565115 DEBUG (ScheduledTrigger-1372-thread-2) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: 2
   [junit4]   2> 565284 INFO  
(zkCallback-792-thread-3-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr c:testNodeLost s:shard1 r:core_node2 
x:testNodeLost_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37965/solr/testNodeLost_shard1_replica_n1/
   [junit4]   2> 565284 INFO  
(zkCallback-792-thread-3-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr c:testNodeLost s:shard1 r:core_node2 
x:testNodeLost_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 565284 INFO  
(zkCallback-792-thread-3-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr c:testNodeLost s:shard1 r:core_node2 
x:testNodeLost_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:37965/solr/testNodeLost_shard1_replica_n1/ has no replicas
   [junit4]   2> 565286 INFO  
(zkCallback-792-thread-3-processing-n:127.0.0.1:37965_solr) 
[n:127.0.0.1:37965_solr c:testNodeLost s:shard1 r:core_node2 
x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: https://127.0.0.1:37965/solr/testNodeLost_shard1_replica_n1/ shard1
   [junit4]   2> 565286 DEBUG 
(OverseerStateUpdate-72120380669558787-127.0.0.1:37965_solr-n_0000000000) 
[n:127.0.0.1:37965_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "

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

MetricManager Closing metric reporters for 
registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader,
 tag=959149176
   [junit4]   2> 927996 INFO  (coreCloseExecutor-4098-thread-2) 
[n:127.0.0.1:41507_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=761753158
   [junit4]   2> 928002 INFO  (coreCloseExecutor-4097-thread-1) 
[n:127.0.0.1:40569_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 
r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader,
 tag=1517722699
   [junit4]   2> 928002 INFO  (coreCloseExecutor-4097-thread-2) 
[n:127.0.0.1:40569_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=271761931
   [junit4]   2> 928003 INFO  (jetty-closer-1657-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72120404082294791-127.0.0.1:41507_solr-n_0000000000) closing
   [junit4]   2> 928004 INFO  
(OverseerStateUpdate-72120404082294791-127.0.0.1:41507_solr-n_0000000000) 
[n:127.0.0.1:41507_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:41507_solr
   [junit4]   2> 928004 INFO  (coreCloseExecutor-4099-thread-2) 
[n:127.0.0.1:36085_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core..system.shard1.replica_n1, tag=1117333882
   [junit4]   2> 928004 INFO  (coreCloseExecutor-4099-thread-2) 
[n:127.0.0.1:36085_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@653559fc: rootName = 
solr_36085, domain = solr.core..system.shard1.replica_n1, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@52f9c685
   [junit4]   2> 928011 WARN  
(OverseerAutoScalingTriggerThread-72120404082294791-127.0.0.1:41507_solr-n_0000000000)
 [n:127.0.0.1:41507_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 928016 DEBUG (jetty-closer-1657-thread-2) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 928017 INFO  (jetty-closer-1657-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4f19990e{/solr,null,UNAVAILABLE}
   [junit4]   2> 928018 INFO  (jetty-closer-1657-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 928018 INFO  
(zkCallback-1682-thread-1-processing-n:127.0.0.1:36085_solr) 
[n:127.0.0.1:36085_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36085_solr
   [junit4]   2> 928018 INFO  (jetty-closer-1657-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@24abbfb9{/solr,null,UNAVAILABLE}
   [junit4]   2> 928019 INFO  (jetty-closer-1657-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 928019 INFO  (coreCloseExecutor-4099-thread-1) 
[n:127.0.0.1:36085_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 
r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader,
 tag=1837242734
   [junit4]   2> 928020 INFO  (coreCloseExecutor-4099-thread-2) 
[n:127.0.0.1:36085_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=1117333882
   [junit4]   2> 928022 INFO  (jetty-closer-1657-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2f66cc49{/solr,null,UNAVAILABLE}
   [junit4]   2> 928022 INFO  (jetty-closer-1657-thread-3) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 928022 ERROR 
(SUITE-AutoscalingHistoryHandlerTest-seed#[F999C5ADD23F7BC1]-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> 928022 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F999C5ADD23F7BC1]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45693 45693
   [junit4]   2> 929769 INFO  (Thread-2822) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45693 45693
   [junit4]   2> 929770 WARN  (Thread-2822) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        10      /solr/collections/.system/terms/shard1
   [junit4]   2>        9       
/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       /solr/configs/.system
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2>        3       /solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/collections/.system/state.json
   [junit4]   2>        22      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72120404082294791-127.0.0.1:41507_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_F999C5ADD23F7BC1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{action_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
event.source_s=PostingsFormat(name=LuceneFixedGap), 
type=PostingsFormat(name=Memory), before.actions_ss=FSTOrd50, 
event.property._enqueue_time__ss=PostingsFormat(name=LuceneVarGapDocFreqInterval),
 after.actions_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
stage_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
event.id_s=PostingsFormat(name=LuceneFixedGap), 
event.property.eventTimes_ss=PostingsFormat(name=Memory), 
source_s=PostingsFormat(name=LuceneFixedGap), 
event.type_s=PostingsFormat(name=Memory), 
id=PostingsFormat(name=LuceneFixedGap), 
event.property.nodeNames_ss=PostingsFormat(name=Memory)}, 
docValues:{_version_=DocValuesFormat(name=Memory), 
event.time_l=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=390, 
maxMBSortInHeap=7.094032648056865, sim=RandomSimilarity(queryNorm=false): {}, 
locale=es-PE, timezone=Africa/Algiers
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 
1.8.0_162 (64-bit)/cpus=8,threads=1,free=144860464,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SoftAutoCommitTest, 
TestPayloadScoreQParserPlugin, CreateRoutedAliasTest, TestSolr4Spatial, 
TestNumericRangeQuery64, TestConfigSetsAPIExclusivity, SolrJmxReporterTest, 
TestLegacyFieldCache, TestSimpleTextCodec, ExecutePlanActionTest, 
AnalyticsQueryTest, DocExpirationUpdateProcessorFactoryTest, 
LeaderFailoverAfterPartitionTest, SpellCheckCollatorWithCollapseTest, 
ZkStateWriterTest, PolyFieldTest, TestSweetSpotSimilarityFactory, 
TestOnReconnectListenerSupport, CurrencyFieldTypeTest, TestConfigSetImmutable, 
TestLegacyField, TestReplicationHandler, CSVRequestHandlerTest, 
CachingDirectoryFactoryTest, SliceStateTest, PKIAuthenticationIntegrationTest, 
QueryParsingTest, DistributedIntervalFacetingTest, TestFieldResource, 
JvmMetricsTest, TestCorePropertiesReload, BJQParserTest, TestJettySolrRunner, 
ScriptEngineTest, TriLevelCompositeIdRoutingTest, QueryElevationComponentTest, 
TestChildDocTransformer, CdcrVersionReplicationTest, AlternateDirectoryTest, 
TestBulkSchemaConcurrent, SystemInfoHandlerTest, 
TestSolrCloudWithSecureImpersonation, HdfsBasicDistributedZkTest, 
TestFastLRUCache, OverseerRolesTest, ResourceLoaderTest, TestHashQParserPlugin, 
DirectUpdateHandlerOptimizeTest, TestTrieFacet, TestRTGBase, 
TestImplicitCoreProperties, DistributedDebugComponentTest, TestFunctionQuery, 
CoreMergeIndexesAdminHandlerTest, SolrCoreTest, SolrMetricManagerTest, 
DOMUtilTest, TestSystemCollAutoCreate, SolrInfoBeanTest, TestSolrIndexConfig, 
DistributedFacetSimpleRefinementLongTailTest, TestFoldingMultitermQuery, 
AtomicUpdateProcessorFactoryTest, SpatialHeatmapFacetsTest, 
PrimitiveFieldTypeTest, TestSurroundQueryParser, TestSystemIdResolver, 
HdfsDirectoryTest, TestRuleBasedAuthorizationPlugin, TestElisionMultitermQuery, 
BasicFunctionalityTest, TestMacroExpander, TestEmbeddedSolrServerAdminHandler, 
ChaosMonkeySafeLeaderTest, TestReversedWildcardFilterFactory, 
DirectSolrConnectionTest, SolrShardReporterTest, TestSolrCLIRunExample, 
CdcrReplicationDistributedZkTest, DistributedFacetPivotSmallTest, 
PreAnalyzedUpdateProcessorTest, DistributedFacetPivotLargeTest, 
MetricTriggerTest, DeleteStatusTest, TestManagedStopFilterFactory, TestNRTOpen, 
TestManagedSchemaAPI, TestQueryUtils, BlockCacheTest, 
PathHierarchyTokenizerFactoryTest, LargeFieldTest, 
TestSimpleTrackingShardHandler, TestSubQueryTransformerDistrib, 
TestImpersonationWithHadoopAuth, UpdateRequestProcessorFactoryTest, 
TestPerFieldSimilarity, SearchRateTriggerTest, TestNamedUpdateProcessors, 
AutoscalingHistoryHandlerTest]
   [junit4] Completed [260/774 (2!)] on J1 in 14.55s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to