Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23102/
Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLost

Error Message:
org.apache.solr.common.SolrException: 

Stack Trace:
org.apache.solr.common.SolrException: org.apache.solr.common.SolrException: 
        at 
__randomizedtesting.SeedInfo.seed([274494C87112CB36:98515A36F2F8AEB0]:0)
        at 
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:78)
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.fetchTagValues(SolrClientNodeStateProvider.java:139)
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.getNodeValues(SolrClientNodeStateProvider.java:128)
        at 
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.printState(ComputePlanActionTest.java:162)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:993)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.common.SolrException: 
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:300)
        at 
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:76)
        ... 40 more
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: https://127.0.0.1:40833/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260)
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx.invoke(SolrClientNodeStateProvider.java:342)
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:273)
        ... 41 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:40833 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 46 more




Build Log:
[...truncated 12872 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_274494C87112CB36-001/init-core-data-001
   [junit4]   2> 232679 WARN  
(SUITE-ComputePlanActionTest-seed#[274494C87112CB36]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=44 numCloses=44
   [junit4]   2> 232680 INFO  
(SUITE-ComputePlanActionTest-seed#[274494C87112CB36]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 232681 INFO  
(SUITE-ComputePlanActionTest-seed#[274494C87112CB36]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 232682 INFO  
(SUITE-ComputePlanActionTest-seed#[274494C87112CB36]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 232682 INFO  
(SUITE-ComputePlanActionTest-seed#[274494C87112CB36]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_274494C87112CB36-001/tempDir-001
   [junit4]   2> 232683 INFO  
(SUITE-ComputePlanActionTest-seed#[274494C87112CB36]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 232683 INFO  (Thread-661) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 232683 INFO  (Thread-661) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 232693 ERROR (Thread-661) [    ] 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> 232783 INFO  
(SUITE-ComputePlanActionTest-seed#[274494C87112CB36]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37413
   [junit4]   2> 232785 INFO  (zkConnectionManagerCallback-374-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232791 INFO  (jetty-launcher-371-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 232800 INFO  (jetty-launcher-371-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 232800 INFO  (jetty-launcher-371-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 232800 INFO  (jetty-launcher-371-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 232800 INFO  (jetty-launcher-371-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7bbf77f2{/solr,null,AVAILABLE}
   [junit4]   2> 232803 INFO  (jetty-launcher-371-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@561d9e5d{SSL,[ssl, 
http/1.1]}{127.0.0.1:43289}
   [junit4]   2> 232803 INFO  (jetty-launcher-371-thread-1) [    ] 
o.e.j.s.Server Started @232831ms
   [junit4]   2> 232805 INFO  (jetty-launcher-371-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43289}
   [junit4]   2> 232805 ERROR (jetty-launcher-371-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 232805 INFO  (jetty-launcher-371-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 232805 INFO  (jetty-launcher-371-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 232805 INFO  (jetty-launcher-371-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 232805 INFO  (jetty-launcher-371-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 232805 INFO  (jetty-launcher-371-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-27T08:09:04.804Z
   [junit4]   2> 232817 INFO  (zkConnectionManagerCallback-376-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232817 INFO  (jetty-launcher-371-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 232956 INFO  (jetty-launcher-371-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37413/solr
   [junit4]   2> 232970 INFO  (zkConnectionManagerCallback-380-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232981 INFO  (zkConnectionManagerCallback-382-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233096 INFO  (jetty-launcher-371-thread-1) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43289_solr
   [junit4]   2> 233097 INFO  (jetty-launcher-371-thread-1) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.Overseer Overseer 
(id=72057724915286019-127.0.0.1:43289_solr-n_0000000000) starting
   [junit4]   2> 233125 INFO  (zkConnectionManagerCallback-389-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233126 INFO  (jetty-launcher-371-thread-1) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37413/solr ready
   [junit4]   2> 233127 INFO  
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:43289_solr
   [junit4]   2> 233129 INFO  (jetty-launcher-371-thread-1) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43289_solr
   [junit4]   2> 233130 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 233132 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 233132 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 233133 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 233138 INFO  (zkCallback-381-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 233141 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: []
   [junit4]   2> 233145 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 233145 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 233146 DEBUG (ScheduledTrigger-658-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 0
   [junit4]   2> 233154 INFO  (zkCallback-388-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 233161 INFO  (jetty-launcher-371-thread-1) 
[n:127.0.0.1:43289_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 233179 INFO  (jetty-launcher-371-thread-1) 
[n:127.0.0.1:43289_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43289.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c5f321
   [junit4]   2> 233184 INFO  (jetty-launcher-371-thread-1) 
[n:127.0.0.1:43289_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43289.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c5f321
   [junit4]   2> 233184 INFO  (jetty-launcher-371-thread-1) 
[n:127.0.0.1:43289_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43289.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c5f321
   [junit4]   2> 233185 INFO  (jetty-launcher-371-thread-1) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_274494C87112CB36-001/tempDir-001/node1/.
   [junit4]   2> 233196 INFO  (zkConnectionManagerCallback-392-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233198 INFO  (zkConnectionManagerCallback-397-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233199 INFO  
(SUITE-ComputePlanActionTest-seed#[274494C87112CB36]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 233199 INFO  
(SUITE-ComputePlanActionTest-seed#[274494C87112CB36]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37413/solr ready
   [junit4] IGNOR/A 0.00s J1 | 
ComputePlanActionTest.testNodeWithMultipleReplicasLost
   [junit4]    > Assumption #1: 'badapple' test group is disabled 
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 233209 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNodeLost
   [junit4]   2> 233209 DEBUG (zkCallback-388-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 233209 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 233209 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 233213 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 233214 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 233214 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 233251 INFO  (qtp403998989-1909) [n:127.0.0.1:43289_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> 233259 DEBUG (qtp403998989-1908) [n:127.0.0.1:43289_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 233261 INFO  (qtp403998989-1908) [n:127.0.0.1:43289_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=24
   [junit4]   2> 233261 DEBUG (zkCallback-388-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 233262 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 233262 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 233262 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 233262 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 233266 INFO  (qtp403998989-1909) [n:127.0.0.1:43289_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> 233266 DEBUG (qtp403998989-1907) [n:127.0.0.1:43289_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 233267 INFO  (qtp403998989-1907) [n:127.0.0.1:43289_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 233268 DEBUG (zkCallback-388-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
4
   [junit4]   2> 233268 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 4
   [junit4]   2> 233268 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 233268 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 233268 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, 
lastZnodeVersion 4
   [junit4]   2> 233270 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 233283 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 233283 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 233283 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 233283 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4eb39683{/solr,null,AVAILABLE}
   [junit4]   2> 233284 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@305af8cd{SSL,[ssl, 
http/1.1]}{127.0.0.1:40657}
   [junit4]   2> 233284 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.Server Started @233312ms
   [junit4]   2> 233284 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40657}
   [junit4]   2> 233284 ERROR 
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 233284 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 233285 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 233285 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 233285 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 233285 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-27T08:09:05.284Z
   [junit4]   2> 233289 INFO  (zkConnectionManagerCallback-401-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233290 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 233412 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37413/solr
   [junit4]   2> 233421 INFO  (zkConnectionManagerCallback-405-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233425 INFO  (zkConnectionManagerCallback-407-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233437 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) 
[n:127.0.0.1:40657_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 233442 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) 
[n:127.0.0.1:40657_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 233443 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) 
[n:127.0.0.1:40657_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40657_solr
   [junit4]   2> 233443 INFO  (zkCallback-388-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 233444 INFO  (zkCallback-396-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 233444 INFO  (zkCallback-396-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 233454 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40657_solr"} current state version: 0
   [junit4]   2> 233454 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:40657_solr
   [junit4]   2> 233463 INFO  (zkCallback-381-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 233465 INFO  (zkCallback-406-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 233480 INFO  (zkConnectionManagerCallback-414-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233481 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) 
[n:127.0.0.1:40657_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 233482 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) 
[n:127.0.0.1:40657_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37413/solr ready
   [junit4]   2> 233489 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) 
[n:127.0.0.1:40657_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 233504 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) 
[n:127.0.0.1:40657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40657.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c5f321
   [junit4]   2> 233511 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) 
[n:127.0.0.1:40657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40657.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c5f321
   [junit4]   2> 233511 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) 
[n:127.0.0.1:40657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40657.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c5f321
   [junit4]   2> 233512 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) 
[n:127.0.0.1:40657_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_274494C87112CB36-001/tempDir-001/node2/.
   [junit4]   2> 233588 INFO  (qtp1936671066-1952) [n:127.0.0.1:40657_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 233602 INFO  (qtp403998989-1907) [n:127.0.0.1:43289_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 233602 DEBUG (qtp1936671066-1955) [n:127.0.0.1:40657_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 233603 INFO  (qtp1936671066-1955) [n:127.0.0.1:40657_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=49
   [junit4]   2> 233603 DEBUG (zkCallback-388-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
5
   [junit4]   2> 233606 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 5
   [junit4]   2> 233607 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_trigger - Initial 
livenodes: [127.0.0.1:43289_solr, 127.0.0.1:40657_solr]
   [junit4]   2> 233607 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 233607 DEBUG 
(OverseerAutoScalingTriggerThread-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, 
lastZnodeVersion 5
   [junit4]   2> 233607 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 233610 INFO  (qtp1936671066-1956) [n:127.0.0.1:40657_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=testNodeLost&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 233622 INFO  
(OverseerThreadFactory-660-thread-1-processing-n:127.0.0.1:43289_solr) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testNodeLost
   [junit4]   2> 233625 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"testNodeLost",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 233625 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testNodeLost
   [junit4]   2> 233627 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testNodeLost/state.json
   [junit4]   2> 233729 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 233731 INFO  (qtp403998989-1903) [n:127.0.0.1:43289_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 233738 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_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:43289/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 233738 INFO  
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_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:43289/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 233739 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 233739 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:43289/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 233740 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40657/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 233740 INFO  
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40657/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 233740 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:43289/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 233740 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:43289/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:40657/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 233841 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 0
   [junit4]   2> 233944 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr    
x:testNodeLost_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n2&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 233944 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr    
x:testNodeLost_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 233945 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr    
x:testNodeLost_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 233948 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43289/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:43289_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 233948 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43289/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:43289_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 233948 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node3:{"core":"testNodeLost_shard1_replica_n1","base_url":"https://127.0.0.1:43289/solr","node_name":"127.0.0.1:43289_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 233948 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:43289/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:43289_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:40657/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 233948 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40657/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40657_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 233948 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40657/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40657_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 233948 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node4:{"core":"testNodeLost_shard1_replica_n2","base_url":"https://127.0.0.1:40657/solr","node_name":"127.0.0.1:40657_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 233948 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:43289/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:43289_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:40657/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40657_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 234048 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 1
   [junit4]   2> 234608 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 234952 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 234952 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 234956 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 234956 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 234957 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 234957 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n1' using 
configuration from collection testNodeLost, trusted=true
   [junit4]   2> 234957 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43289.solr.core.testNodeLost.shard1.replica_n1' (registry 
'solr.core.testNodeLost.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c5f321
   [junit4]   2> 234958 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_274494C87112CB36-001/tempDir-001/node1/testNodeLost_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_274494C87112CB36-001/tempDir-001/node1/./testNodeLost_shard1_replica_n1/data/]
   [junit4]   2> 234958 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 234958 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n2' using 
configuration from collection testNodeLost, trusted=true
   [junit4]   2> 234958 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40657.solr.core.testNodeLost.shard1.replica_n2' (registry 
'solr.core.testNodeLost.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c5f321
   [junit4]   2> 234958 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_274494C87112CB36-001/tempDir-001/node2/testNodeLost_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_274494C87112CB36-001/tempDir-001/node2/./testNodeLost_shard1_replica_n2/data/]
   [junit4]   2> 234988 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 234988 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 234988 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 234988 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 234989 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5b011a93[testNodeLost_shard1_replica_n1] main]
   [junit4]   2> 234990 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 234990 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 234990 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 234991 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1615465280427786240
   [junit4]   2> 234991 INFO  
(searcherExecutor-674-thread-1-processing-n:127.0.0.1:43289_solr 
x:testNodeLost_shard1_replica_n1 c:testNodeLost s:shard1 r:core_node3) 
[n:127.0.0.1:43289_solr c:testNodeLost s:shard1 r:core_node3 
x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore 
[testNodeLost_shard1_replica_n1] Registered new searcher 
Searcher@5b011a93[testNodeLost_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 234993 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 234993 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 234994 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testNodeLost/terms/shard1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 234994 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 234994 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 234995 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@ea9b648[testNodeLost_shard1_replica_n2] main]
   [junit4]   2> 234995 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_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> 234995 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 234996 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 234996 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 234996 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 234997 INFO  
(searcherExecutor-675-thread-1-processing-n:127.0.0.1:40657_solr 
x:testNodeLost_shard1_replica_n2 c:testNodeLost s:shard1 r:core_node4) 
[n:127.0.0.1:40657_solr c:testNodeLost s:shard1 r:core_node4 
x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore 
[testNodeLost_shard1_replica_n2] Registered new searcher 
Searcher@ea9b648[testNodeLost_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 234997 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1615465280434077696
   [junit4]   2> 234999 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testNodeLost/terms/shard1 to Terms{values={core_node3=0, 
core_node4=0}, version=1}
   [junit4]   2> 235096 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 2
   [junit4]   2> 235496 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 235496 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 235496 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:43289/solr/testNodeLost_shard1_replica_n1/
   [junit4]   2> 235497 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n1 
url=https://127.0.0.1:43289/solr START 
replicas=[https://127.0.0.1:40657/solr/testNodeLost_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 235497 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n1 
url=https://127.0.0.1:43289/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 235499 INFO  (qtp1936671066-1952) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.c.S.Request [testNodeLost_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 235500 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 235500 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 235502 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43289/solr/testNodeLost_shard1_replica_n1/ shard1
   [junit4]   2> 235502 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_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:43289/solr";,
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 235603 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 3
   [junit4]   2> 235608 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 235654 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 235654 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43289/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:43289_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 235654 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43289/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:43289_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 235655 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node3:{"core":"testNodeLost_shard1_replica_n1","base_url":"https://127.0.0.1:43289/solr","node_name":"127.0.0.1:43289_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
   [junit4]   2> 235655 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(testNodeLost//collections/testNodeLost/state.json/4)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:43289/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:43289_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:40657/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40657_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 235696 INFO  (qtp403998989-1902) [n:127.0.0.1:43289_solr 
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1751
   [junit4]   2> 235755 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 4
   [junit4]   2> 235756 INFO  (zkCallback-381-thread-2) [    ] 
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> 236001 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40657/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40657_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 236002 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40657/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40657_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 236002 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node4:{"core":"testNodeLost_shard1_replica_n2","base_url":"https://127.0.0.1:40657/solr","node_name":"127.0.0.1:40657_solr","state":"active","type":"NRT","force_set_state":"false"}
   [junit4]   2> 236002 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(testNodeLost//collections/testNodeLost/state.json/5)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:43289/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:43289_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:40657/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40657_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 236002 INFO  (qtp1936671066-1957) [n:127.0.0.1:40657_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n2&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2058
   [junit4]   2> 236004 INFO  (qtp1936671066-1956) [n:127.0.0.1:40657_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> 236102 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 5
   [junit4]   2> 236103 INFO  (zkCallback-381-thread-2) [    ] 
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> 236103 INFO  (zkCallback-406-thread-1) [    ] 
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> 236608 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 237004 INFO  (qtp1936671066-1956) [n:127.0.0.1:40657_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=testNodeLost&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3394
   [junit4]   2> 237009 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 237009 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 237009 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 237009 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 237010 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8f65337{/solr,null,AVAILABLE}
   [junit4]   2> 237010 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@dd416a5{SSL,[ssl, 
http/1.1]}{127.0.0.1:40833}
   [junit4]   2> 237010 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.Server Started @237038ms
   [junit4]   2> 237010 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40833}
   [junit4]   2> 237011 ERROR 
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 237011 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 237011 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 237011 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 237011 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 237011 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-27T08:09:09.010Z
   [junit4]   2> 237012 INFO  (zkConnectionManagerCallback-417-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 237013 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 237166 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37413/solr
   [junit4]   2> 237168 INFO  (zkConnectionManagerCallback-421-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 237173 INFO  (zkConnectionManagerCallback-423-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 237176 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 237178 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 237178 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40833_solr
   [junit4]   2> 237178 INFO  (zkCallback-396-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 237178 INFO  (zkCallback-406-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 237178 INFO  (zkCallback-413-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 237179 INFO  (zkCallback-396-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 237179 INFO  (zkCallback-388-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 237179 INFO  (zkCallback-422-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 237181 INFO  (zkCallback-381-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 237181 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40833_solr"} current state version: 0
   [junit4]   2> 237181 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:40833_solr
   [junit4]   2> 237189 INFO  (zkConnectionManagerCallback-430-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 237190 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 237190 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37413/solr ready
   [junit4]   2> 237191 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 237206 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40833.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c5f321
   [junit4]   2> 237215 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40833.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c5f321
   [junit4]   2> 237215 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40833.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c5f321
   [junit4]   2> 237216 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_274494C87112CB36-001/tempDir-001/node3/.
   [junit4]   2> 237249 INFO  (zkConnectionManagerCallback-433-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 237251 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@305af8cd{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 237251 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=343145332
   [junit4]   2> 237251 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 237251 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@28e9ebda: rootName = 
solr_40657, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@ac0c2c6
   [junit4]   2> 237259 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 237259 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c80720f: rootName = 
solr_40657, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@3fb7aef1
   [junit4]   2> 237264 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 237264 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@374115ad: rootName = 
solr_40657, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@3b2b79dc
   [junit4]   2> 237265 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40657_solr
   [junit4]   2> 237265 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40657_solr"} current state version: 0
   [junit4]   2> 237265 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:40657_solr
   [junit4]   2> 237265 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.NodeMutator Update replica state for 
core_node4:{"core":"testNodeLost_shard1_replica_n2","base_url":"https://127.0.0.1:40657/solr","node_name":"127.0.0.1:40657_solr","state":"active","type":"NRT","force_set_state":"false"}
 to down
   [junit4]   2> 237265 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 237265 INFO  (zkCallback-406-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 237265 INFO  (zkCallback-413-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 237268 INFO  (zkCallback-396-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 237268 INFO  (zkCallback-396-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 237268 INFO  (zkCallback-388-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 237268 INFO  (zkCallback-381-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 237268 INFO  (zkCallback-422-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 237268 INFO  (coreCloseExecutor-693-thread-1) 
[n:127.0.0.1:40657_solr c:testNodeLost s:shard1 r:core_node4 
x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore 
[testNodeLost_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5b4b48bd
   [junit4]   2> 237269 INFO  (coreCloseExecutor-693-thread-1) 
[n:127.0.0.1:40657_solr c:testNodeLost s:shard1 r:core_node4 
x:testNodeLost_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testNodeLost.shard1.replica_n2, tag=5b4b48bd
   [junit4]   2> 237268 INFO  (zkCallback-429-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 237269 INFO  (coreCloseExecutor-693-thread-1) 
[n:127.0.0.1:40657_solr c:testNodeLost s:shard1 r:core_node4 
x:testNodeLost_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3aeb0eb2: rootName = 
solr_40657, domain = solr.core.testNodeLost.shard1.replica_n2, service url = 
null, agent id = null] for registry solr.core.testNodeLost.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@79d3ab43
   [junit4]   2> 237274 INFO  (coreCloseExecutor-693-thread-1) 
[n:127.0.0.1:40657_solr c:testNodeLost s:shard1 r:core_node4 
x:testNodeLost_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testNodeLost.shard1.leader, tag=5b4b48bd
   [junit4]   2> 237278 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4eb39683{/solr,null,UNAVAILABLE}
   [junit4]   2> 237278 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 237281 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[274494C87112CB36]) [    ] 
o.a.s.c.a.ComputePlanActionTest Stopped_node : 127.0.0.1:40657_solr
   [junit4]   2> 237282 INFO  (zkConnectionManagerCallback-435-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 237366 DEBUG 
(OverseerStateUpdate-72057724915286019-127.0.0.1:43289_solr-n_0000000000) 
[n:127.0.0.1:43289_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 6
   [junit4]   2> 237366 INFO  (zkCallback-381-thread-1) [    ] 
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> 237609 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 237609 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:40657_solr
   [junit4]   2> 237623 INFO  
(OverseerCollectionConfigSetProcessor-72057724915286019-127.0.0.1:43289_solr-n_0000000000)
 [n:127.0.0.1:43289_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> 238609 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 239609 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 240610 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 241610 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 242610 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 243610 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 244611 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 244611 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost 
nodes: [127.0.0.1:40657_solr]
   [junit4]   2> 244613 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"1d21ddab2c2T5baa91xq15v8nrsw6rx2z9e76",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":2001955631810,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2001955631810],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:40657_solr"]}}
   [junit4]   2> 244614 DEBUG (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger]
   [junit4]   2> 244615 INFO  (ScheduledTrigger-658-thread-1) [    ] 
o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling 
logging.
   [junit4]   2> 244618 DEBUG (AutoscalingActionExecutor-659-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"1d21ddab2c2T5baa91xq15v8nrsw6rx2z9e76",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":2001955631810,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2001955631810],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":2008961221600,
   [junit4]   2>     "nodeNames":["127.0.0.1:40657_solr"]}}
   [junit4]   2> 244619 DEBUG (AutoscalingActionExecutor-659-thread-1) [    ] 
o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"1d21ddab2c2T5baa91xq15v8nrsw6rx2z9e76",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":2001955631810,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2001955631810],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":2008961221600,
   [junit4]   2>     "nodeNames":["127.0.0.1:40657_solr"]}} with context 
properties: {BEFORE_ACTION=[compute_plan]}
   [junit4]   2> 244639 INFO  (qtp1302103131-2002) [n:127.0.0.1:40833_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 244642 INFO  (qtp403998989-1909) [n:127.0.0.1:43289_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.testNodeLost.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 244644 INFO  (qtp403998989-1907) [n:127.0.0.1:43289_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 244649 WARN  (AutoscalingActionExecutor-659-thread-1) [    ] 
o.a.s.c.s.i.SolrClientNodeStateProvider could not get tags from node 
127.0.0.1:40657_solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Server 
refused connection at: https://127.0.0.1:40657/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx.invoke(SolrClientNodeStateProvider.java:342)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.fetchReplicaMetrics(SolrClientNodeStateProvider.java:195)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.fetchReplicaMetrics(SolrClientNodeStateProvider.java:186)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.getReplicaInfo(SolrClientNodeStateProvider.java:169)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.cloud.autoscaling.Row.<init>(Row.java:60) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.cloud.autoscaling.Suggester.getSuggestion(Suggester.java:157)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:114)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:308)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.run(Thre

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

ettings :: file = 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: 
org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 12ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
        ---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 274494C87112CB36
    [mkdir] Created dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says cześć! Master seed: 274494C87112CB36
   [junit4] Executing 5 suites with 3 JVMs.
   [junit4] 
   [junit4] Started J2 PID(9...@serv1.sd-datasolutions.de).
   [junit4] Started J0 PID(9...@serv1.sd-datasolutions.de).
   [junit4] Started J1 PID(9...@serv1.sd-datasolutions.de).
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4] OK      9.56s J1 | 
ComputePlanActionTest.testNodeWithMultipleReplicasLost
   [junit4] OK      14.6s J1 | ComputePlanActionTest.testNodeLost
   [junit4] OK      19.9s J1 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard
   [junit4] OK      10.6s J1 | ComputePlanActionTest.testNodeAdded
   [junit4] OK      14.8s J1 | ComputePlanActionTest.testSelectedCollections
   [junit4] OK      24.9s J1 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard
   [junit4] OK      14.6s J1 | 
ComputePlanActionTest.testNodeLostTriggerWithDeleteNodePreferredOp
   [junit4] Completed [1/5] on J1 in 113.56s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4] OK      9.04s J2 | 
ComputePlanActionTest.testNodeWithMultipleReplicasLost
   [junit4] OK      13.3s J2 | ComputePlanActionTest.testNodeLost
   [junit4] OK      20.9s J2 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard
   [junit4] OK      11.4s J2 | ComputePlanActionTest.testNodeAdded
   [junit4] OK      14.9s J2 | ComputePlanActionTest.testSelectedCollections
   [junit4] OK      24.6s J2 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard
   [junit4] OK      14.9s J2 | 
ComputePlanActionTest.testNodeLostTriggerWithDeleteNodePreferredOp
   [junit4] Completed [2/5] on J2 in 113.73s, 7 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: 
org.apache.solr.cloud.autoscaling.ComputePlanActionTest. This may confuse tools 
that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this 
message.
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4] OK      9.25s J0 | 
ComputePlanActionTest.testNodeWithMultipleReplicasLost
   [junit4] OK      12.2s J0 | ComputePlanActionTest.testNodeLost
   [junit4] OK      19.9s J0 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard
   [junit4] OK      11.3s J0 | ComputePlanActionTest.testNodeAdded
   [junit4] OK      15.4s J0 | ComputePlanActionTest.testSelectedCollections
   [junit4] OK      25.2s J0 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard
   [junit4] OK      15.6s J0 | 
ComputePlanActionTest.testNodeLostTriggerWithDeleteNodePreferredOp
   [junit4] Completed [3/5] on J0 in 113.81s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4] OK      5.77s J2 | 
ComputePlanActionTest.testNodeWithMultipleReplicasLost
   [junit4] OK      13.1s J2 | ComputePlanActionTest.testNodeLost
   [junit4] OK      19.8s J2 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard
   [junit4] OK      11.2s J2 | ComputePlanActionTest.testNodeAdded
   [junit4] OK      13.3s J2 | ComputePlanActionTest.testSelectedCollections
   [junit4] OK      23.0s J2 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard
   [junit4] OK      14.2s J2 | 
ComputePlanActionTest.testNodeLostTriggerWithDeleteNodePreferredOp
   [junit4] Completed [4/5] on J2 in 101.78s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4] OK      5.59s J1 | 
ComputePlanActionTest.testNodeWithMultipleReplicasLost
   [junit4] OK      14.5s J1 | ComputePlanActionTest.testNodeLost
   [junit4] OK      20.8s J1 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard
   [junit4] OK      11.3s J1 | ComputePlanActionTest.testNodeAdded
   [junit4] OK      13.3s J1 | ComputePlanActionTest.testSelectedCollections
   [junit4] OK      23.9s J1 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard
   [junit4] OK      17.1s J1 | 
ComputePlanActionTest.testNodeLostTriggerWithDeleteNodePreferredOp
   [junit4] Completed [5/5] on J1 in 107.74s, 7 tests
   [junit4] 
   [junit4] JVM J0:     0.47 ..   114.97 =   114.50s
   [junit4] JVM J1:     0.69 ..   222.95 =   222.26s
   [junit4] JVM J2:     0.46 ..   217.13 =   216.66s
   [junit4] Execution time total: 3 minutes 43 seconds
   [junit4] Tests summary: 5 suites, 35 tests
   [junit4] Could not remove temporary path: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 435.49s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 386.88s | org.apache.solr.cloud.cdcr.CdcrOpsAndBoundariesTest
[junit4:tophints] 261.83s | org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
[junit4:tophints] 207.36s | org.apache.solr.update.TestInPlaceUpdatesDistrib
[junit4:tophints] 125.93s | 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 3 minutes 44 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2845)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2724)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)
        at hudson.FilePath.act(FilePath.java:1076)
        at hudson.FilePath.act(FilePath.java:1059)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2703)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=a298802516ad3e4ff7445ea0ccbbc06b150042fd, 
workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #23100
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to