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

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

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

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([1D38324E7363FDC2:A22DFCB0F0899844]:0)
	at org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:78)
	at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.fetchTagValues(SolrClientNodeStateProvider.java:130)
	at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.getNodeValues(SolrClientNodeStateProvider.java:122)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.printState(ComputePlanActionTest.java:151)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.common.SolrException: 
	at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:291)
	at org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:76)
	... 40 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://127.0.0.1:57127/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
	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:1219)
	at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx.invoke(SolrClientNodeStateProvider.java:333)
	at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:264)
	... 41 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:57127 [/127.0.0.1] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
	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
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:339)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 56 more




Build Log:
[...truncated 12699 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> 441621 INFO  (SUITE-ComputePlanActionTest-seed#[1D38324E7363FDC2]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_1D38324E7363FDC2-001/init-core-data-001
   [junit4]   2> 441622 WARN  (SUITE-ComputePlanActionTest-seed#[1D38324E7363FDC2]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 441636 INFO  (SUITE-ComputePlanActionTest-seed#[1D38324E7363FDC2]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 441638 INFO  (SUITE-ComputePlanActionTest-seed#[1D38324E7363FDC2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 441639 INFO  (SUITE-ComputePlanActionTest-seed#[1D38324E7363FDC2]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_1D38324E7363FDC2-001/tempDir-001
   [junit4]   2> 441639 INFO  (SUITE-ComputePlanActionTest-seed#[1D38324E7363FDC2]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 441658 INFO  (Thread-2450) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 441658 INFO  (Thread-2450) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 441679 ERROR (Thread-2450) [    ] 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> 441758 INFO  (SUITE-ComputePlanActionTest-seed#[1D38324E7363FDC2]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43958
   [junit4]   2> 441762 INFO  (zkConnectionManagerCallback-671-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 441785 INFO  (jetty-launcher-668-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> 441789 INFO  (jetty-launcher-668-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 441789 INFO  (jetty-launcher-668-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 441789 INFO  (jetty-launcher-668-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 441789 INFO  (jetty-launcher-668-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f382b96{/solr,null,AVAILABLE}
   [junit4]   2> 441791 INFO  (jetty-launcher-668-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6f753cec{SSL,[ssl, http/1.1]}{127.0.0.1:37153}
   [junit4]   2> 441791 INFO  (jetty-launcher-668-thread-1) [    ] o.e.j.s.Server Started @441891ms
   [junit4]   2> 441791 INFO  (jetty-launcher-668-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37153}
   [junit4]   2> 441791 ERROR (jetty-launcher-668-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 441791 INFO  (jetty-launcher-668-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 441791 INFO  (jetty-launcher-668-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 441791 INFO  (jetty-launcher-668-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 441791 INFO  (jetty-launcher-668-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 441791 INFO  (jetty-launcher-668-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-16T10:38:31.714Z
   [junit4]   2> 441793 INFO  (zkConnectionManagerCallback-673-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 441793 INFO  (jetty-launcher-668-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 442057 INFO  (jetty-launcher-668-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43958/solr
   [junit4]   2> 442058 INFO  (zkConnectionManagerCallback-677-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442064 INFO  (zkConnectionManagerCallback-679-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442128 INFO  (jetty-launcher-668-thread-1) [n:127.0.0.1:37153_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 442129 INFO  (jetty-launcher-668-thread-1) [n:127.0.0.1:37153_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37153_solr
   [junit4]   2> 442129 INFO  (jetty-launcher-668-thread-1) [n:127.0.0.1:37153_solr    ] o.a.s.c.Overseer Overseer (id=74154051816980483-127.0.0.1:37153_solr-n_0000000000) starting
   [junit4]   2> 442135 INFO  (zkConnectionManagerCallback-686-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442136 INFO  (jetty-launcher-668-thread-1) [n:127.0.0.1:37153_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43958/solr ready
   [junit4]   2> 442137 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 442145 INFO  (jetty-launcher-668-thread-1) [n:127.0.0.1:37153_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37153_solr
   [junit4]   2> 442148 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 442149 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 442150 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 442150 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 442163 INFO  (zkCallback-678-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 442165 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: []
   [junit4]   2> 442167 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 442167 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 442173 INFO  (zkCallback-685-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 442174 INFO  (jetty-launcher-668-thread-1) [n:127.0.0.1:37153_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 442177 DEBUG (ScheduledTrigger-1527-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 442195 INFO  (jetty-launcher-668-thread-1) [n:127.0.0.1:37153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37153.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50325a86
   [junit4]   2> 442202 INFO  (jetty-launcher-668-thread-1) [n:127.0.0.1:37153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37153.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50325a86
   [junit4]   2> 442202 INFO  (jetty-launcher-668-thread-1) [n:127.0.0.1:37153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37153.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50325a86
   [junit4]   2> 442203 INFO  (jetty-launcher-668-thread-1) [n:127.0.0.1:37153_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_1D38324E7363FDC2-001/tempDir-001/node1/.
   [junit4]   2> 442218 INFO  (zkConnectionManagerCallback-689-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442222 INFO  (zkConnectionManagerCallback-694-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442223 INFO  (SUITE-ComputePlanActionTest-seed#[1D38324E7363FDC2]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 442223 INFO  (SUITE-ComputePlanActionTest-seed#[1D38324E7363FDC2]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43958/solr ready
   [junit4]   2> 442237 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLost
   [junit4]   2> 442237 DEBUG (zkCallback-685-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 442237 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 442238 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 442247 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 442248 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 442248 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 442507 INFO  (qtp2112937525-4747) [n:127.0.0.1:37153_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=7
   [junit4]   2> 442520 DEBUG (qtp2112937525-4744) [n:127.0.0.1:37153_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 442521 DEBUG (zkCallback-685-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 442521 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 442521 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 442521 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 442522 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 442522 INFO  (qtp2112937525-4744) [n:127.0.0.1:37153_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=63
   [junit4]   2> 442526 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 442527 DEBUG (qtp2112937525-4744) [n:127.0.0.1:37153_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 442528 DEBUG (zkCallback-685-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 442528 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 442528 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 442528 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 442528 INFO  (qtp2112937525-4744) [n:127.0.0.1:37153_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 442528 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 442532 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] 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> 442534 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 442534 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 442534 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 442535 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18f9198c{/solr,null,AVAILABLE}
   [junit4]   2> 442535 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@476f7609{SSL,[ssl, http/1.1]}{127.0.0.1:51060}
   [junit4]   2> 442535 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.Server Started @442636ms
   [junit4]   2> 442535 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51060}
   [junit4]   2> 442536 ERROR (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 442536 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 442536 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 442536 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 442536 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 442536 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-16T10:38:32.459Z
   [junit4]   2> 442538 INFO  (zkConnectionManagerCallback-698-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442538 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 443031 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43958/solr
   [junit4]   2> 443033 INFO  (zkConnectionManagerCallback-702-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443036 INFO  (zkConnectionManagerCallback-704-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443041 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:51060_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 443042 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:51060_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 443044 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:51060_solr"} current state version: 0
   [junit4]   2> 443044 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:51060_solr
   [junit4]   2> 443044 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:51060_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 443044 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:51060_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51060_solr
   [junit4]   2> 443045 INFO  (zkCallback-685-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 443045 INFO  (zkCallback-678-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 443067 INFO  (zkCallback-693-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 443067 INFO  (zkCallback-693-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 443067 INFO  (zkCallback-703-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 443072 INFO  (zkConnectionManagerCallback-711-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443073 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:51060_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 443074 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:51060_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43958/solr ready
   [junit4]   2> 443074 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:51060_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 443095 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:51060_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51060.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50325a86
   [junit4]   2> 443104 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:51060_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51060.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50325a86
   [junit4]   2> 443104 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:51060_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51060.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50325a86
   [junit4]   2> 443105 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:51060_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_1D38324E7363FDC2-001/tempDir-001/node2/.
   [junit4]   2> 443135 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 443223 INFO  (qtp1453583935-4792) [n:127.0.0.1:51060_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> 443223 DEBUG (qtp2112937525-4746) [n:127.0.0.1:37153_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 443224 DEBUG (zkCallback-685-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 443224 INFO  (qtp2112937525-4746) [n:127.0.0.1:37153_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=93
   [junit4]   2> 443225 INFO  (qtp2112937525-4744) [n:127.0.0.1:37153_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> 443240 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 443241 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_trigger - Initial livenodes: [127.0.0.1:51060_solr, 127.0.0.1:37153_solr]
   [junit4]   2> 443242 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 443242 DEBUG (OverseerAutoScalingTriggerThread-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 443242 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 443252 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testNodeLost
   [junit4]   2> 443271 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 443273 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 443307 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 31989408671 sessionWrapper.createTime 31989408638161443, this.sessionWrapper.createTime 31989408638161443 
   [junit4]   2> 443321 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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> 443321 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: testNodeLost
   [junit4]   2> 443322 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testNodeLost/state.json
   [junit4]   2> 443426 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 443426 INFO  (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 443427 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 443428 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 443429 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:37153/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 443429 INFO  (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:37153/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 443429 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 443429 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/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:37153/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 443531 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 0
   [junit4]   2> 443648 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 443651 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51060_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> 443651 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51060_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> 443651 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr","node_name":"127.0.0.1:51060_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 443651 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>           "node_name":"127.0.0.1:51060_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:37153/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 443660 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 443660 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_solr    x:testNodeLost_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 443667 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:37153/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37153_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> 443667 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:37153/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37153_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> 443667 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:37153/solr","node_name":"127.0.0.1:37153_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 443667 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>           "node_name":"127.0.0.1:51060_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:37153/solr",
   [junit4]   2>           "node_name":"127.0.0.1:37153_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 443769 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 1
   [junit4]   2> 444248 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 444662 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 444669 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 444672 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 444672 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 444678 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 444696 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51060.solr.core.testNodeLost.shard1.replica_n1' (registry 'solr.core.testNodeLost.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50325a86
   [junit4]   2> 444698 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 444700 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 444701 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 444701 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37153.solr.core.testNodeLost.shard1.replica_n2' (registry 'solr.core.testNodeLost.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50325a86
   [junit4]   2> 444701 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 444701 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_1D38324E7363FDC2-001/tempDir-001/node1/testNodeLost_shard1_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_1D38324E7363FDC2-001/tempDir-001/node1/./testNodeLost_shard1_replica_n2/data/]
   [junit4]   2> 444711 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 444711 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_1D38324E7363FDC2-001/tempDir-001/node2/testNodeLost_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_1D38324E7363FDC2-001/tempDir-001/node2/./testNodeLost_shard1_replica_n1/data/]
   [junit4]   2> 444821 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 444821 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 444822 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 444822 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 444824 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@41881b64[testNodeLost_shard1_replica_n1] main]
   [junit4]   2> 444825 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 444826 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 444826 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 444827 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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 1606143196266496000
   [junit4]   2> 444829 INFO  (searcherExecutor-1543-thread-1-processing-n:127.0.0.1:51060_solr x:testNodeLost_shard1_replica_n1 c:testNodeLost s:shard1 r:core_node3) [n:127.0.0.1:51060_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@41881b64[testNodeLost_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 444833 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 444836 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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> 444836 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 444837 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 444837 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 444838 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 444838 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 444839 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@504d703c[testNodeLost_shard1_replica_n2] main]
   [junit4]   2> 444840 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 444841 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 444841 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 444841 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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 1606143196281176064
   [junit4]   2> 444844 INFO  (searcherExecutor-1544-thread-1-processing-n:127.0.0.1:37153_solr x:testNodeLost_shard1_replica_n2 c:testNodeLost s:shard1 r:core_node4) [n:127.0.0.1:37153_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@504d703c[testNodeLost_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 444850 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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> 444937 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 2
   [junit4]   2> 445249 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 445341 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 445341 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 445341 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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:51060/solr/testNodeLost_shard1_replica_n1/
   [junit4]   2> 445341 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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:51060/solr START replicas=[https://127.0.0.1:37153/solr/testNodeLost_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 445342 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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:51060/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 445360 INFO  (qtp2112937525-4746) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.S.Request [testNodeLost_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 445361 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 445361 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 445361 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 445363 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 445364 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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:51060/solr/testNodeLost_shard1_replica_n1/ shard1
   [junit4]   2> 445464 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 3
   [junit4]   2> 445466 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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> 445468 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51060_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> 445468 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51060_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> 445469 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr","node_name":"127.0.0.1:51060_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
   [junit4]   2> 445469 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>           "node_name":"127.0.0.1:51060_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:37153/solr",
   [junit4]   2>           "node_name":"127.0.0.1:37153_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 445470 INFO  (qtp1453583935-4794) [n:127.0.0.1:51060_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=1822
   [junit4]   2> 445569 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 4
   [junit4]   2> 445570 INFO  (zkCallback-703-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> 445854 INFO  (qtp2112937525-4745) [n:127.0.0.1:37153_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=2193
   [junit4]   2> 445865 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:37153/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37153_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> 445865 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:37153/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37153_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> 445865 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:37153/solr","node_name":"127.0.0.1:37153_solr","state":"active","type":"NRT","force_set_state":"false"}
   [junit4]   2> 445865 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:51060/solr",
   [junit4]   2>           "node_name":"127.0.0.1:51060_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:37153/solr",
   [junit4]   2>           "node_name":"127.0.0.1:37153_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 445867 INFO  (qtp2112937525-4744) [n:127.0.0.1:37153_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> 445966 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 5
   [junit4]   2> 445966 INFO  (zkCallback-703-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> 445968 INFO  (zkCallback-678-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> 446249 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 446867 INFO  (qtp2112937525-4744) [n:127.0.0.1:37153_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=3641
   [junit4]   2> 446885 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] 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> 446916 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 446916 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 446916 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 446924 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71c1a026{/solr,null,AVAILABLE}
   [junit4]   2> 446925 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4961699d{SSL,[ssl, http/1.1]}{127.0.0.1:57127}
   [junit4]   2> 446925 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.Server Started @447026ms
   [junit4]   2> 446925 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57127}
   [junit4]   2> 446926 ERROR (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 446926 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 446926 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 446926 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 446926 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 446926 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-16T10:38:36.849Z
   [junit4]   2> 446929 INFO  (zkConnectionManagerCallback-714-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 446930 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 447061 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43958/solr
   [junit4]   2> 447063 INFO  (zkConnectionManagerCallback-718-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 447065 INFO  (zkConnectionManagerCallback-720-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 447069 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:57127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 447071 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:57127_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 447072 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:57127_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 447072 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:57127_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57127_solr
   [junit4]   2> 447073 INFO  (zkCallback-703-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 447073 INFO  (zkCallback-693-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 447073 INFO  (zkCallback-693-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 447073 INFO  (zkCallback-710-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 447073 INFO  (zkCallback-685-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 447077 INFO  (zkCallback-678-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 447077 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:57127_solr"} current state version: 0
   [junit4]   2> 447077 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:57127_solr
   [junit4]   2> 447087 INFO  (zkCallback-719-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 447096 INFO  (zkConnectionManagerCallback-727-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 447097 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:57127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 447097 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:57127_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43958/solr ready
   [junit4]   2> 447098 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:57127_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 447114 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:57127_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57127.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50325a86
   [junit4]   2> 447122 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:57127_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57127.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50325a86
   [junit4]   2> 447122 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:57127_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57127.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50325a86
   [junit4]   2> 447124 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [n:127.0.0.1:57127_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_1D38324E7363FDC2-001/tempDir-001/node3/.
   [junit4]   2> 447172 INFO  (zkConnectionManagerCallback-730-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 447177 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@476f7609{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 447177 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=253134920
   [junit4]   2> 447177 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 447177 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@160e78da: rootName = solr_51060, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@79915983
   [junit4]   2> 447184 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 447184 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7fa84313: rootName = solr_51060, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@58c7c6bd
   [junit4]   2> 447187 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 447187 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10f9da8e: rootName = solr_51060, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@bf67103
   [junit4]   2> 447189 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:51060_solr"} current state version: 0
   [junit4]   2> 447189 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:51060_solr
   [junit4]   2> 447189 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator Update replica state for core_node3:{"core":"testNodeLost_shard1_replica_n1","base_url":"https://127.0.0.1:51060/solr","node_name":"127.0.0.1:51060_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"} to down
   [junit4]   2> 447190 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:51060_solr
   [junit4]   2> 447190 INFO  (zkCallback-678-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 447191 INFO  (zkCallback-703-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 447192 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 447192 INFO  (zkCallback-719-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 447192 INFO  (zkCallback-685-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 447192 INFO  (zkCallback-710-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 447192 INFO  (zkCallback-693-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 447192 INFO  (zkCallback-693-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 447193 INFO  (coreCloseExecutor-1562-thread-1) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore [testNodeLost_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@50ad917b
   [junit4]   2> 447193 INFO  (coreCloseExecutor-1562-thread-1) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testNodeLost.shard1.replica_n1, tag=50ad917b
   [junit4]   2> 447193 INFO  (coreCloseExecutor-1562-thread-1) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c181085: rootName = solr_51060, domain = solr.core.testNodeLost.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testNodeLost.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@18255eaf
   [junit4]   2> 447197 INFO  (zkCallback-726-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 447201 INFO  (coreCloseExecutor-1562-thread-1) [n:127.0.0.1:51060_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testNodeLost.shard1.leader, tag=50ad917b
   [junit4]   2> 447216 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18f9198c{/solr,null,UNAVAILABLE}
   [junit4]   2> 447216 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 447217 INFO  (zkCallback-678-thread-1) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 447221 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[1D38324E7363FDC2]) [    ] o.a.s.c.a.ComputePlanActionTest Stopped_node : 127.0.0.1:51060_solr
   [junit4]   2> 447221 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost"} current state version: 0
   [junit4]   2> 447229 INFO  (zkConnectionManagerCallback-732-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 447236 INFO  (OverseerCollectionConfigSetProcessor-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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> 447249 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 447249 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:51060_solr
   [junit4]   2> 447322 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 6
   [junit4]   2> 447322 INFO  (zkCallback-678-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> 448282 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 449284 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 449720 INFO  (zkCallback-678-thread-1) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37153/solr/testNodeLost_shard1_replica_n2/
   [junit4]   2> 449720 INFO  (zkCallback-678-thread-1) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 449720 INFO  (zkCallback-678-thread-1) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:37153/solr/testNodeLost_shard1_replica_n2/ has no replicas
   [junit4]   2> 449733 INFO  (zkCallback-678-thread-1) [n:127.0.0.1:37153_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37153/solr/testNodeLost_shard1_replica_n2/ shard1
   [junit4]   2> 449736 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] 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:37153/solr",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 449740 DEBUG (OverseerStateUpdate-74154051816980483-127.0.0.1:37153_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 7
   [junit4]   2> 449744 INFO  (zkCallback-678-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> 450288 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 451291 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 452292 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 453297 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 454304 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 454304 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:51060_solr]
   [junit4]   2> 454306 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"71a6338761d422T4nol2birnoqvus7inrh6mefsy",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":31989412613182498,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[31989412613182498],
   [junit4]   2>     "nodeNames":["127.0.0.1:51060_solr"]}}
   [junit4]   2> 454324 DEBUG (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger]
   [junit4]   2> 454342 INFO  (ScheduledTrigger-1527-thread-3) [    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 454384 DEBUG (AutoscalingActionExecutor-1528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"71a6338761d422T4nol2birnoqvus7inrh6mefsy",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":31989412613182498,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[31989412613182498],
   [junit4]   2>     "_enqueue_time_":31989419688982834,
   [junit4]   2>     "nodeNames":["127.0.0.1:51060_solr"]}}
   [junit4]   2> 454506 DEBUG (AutoscalingActionExecutor-1528-thread-1) [    ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"71a6338761d422T4nol2birnoqvus7inrh6mefsy",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":31989412613182498,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[31989412613182498],
   [junit4]   2>     "_enqueue_time_":31989419688982834,
   [junit4]   2>     "nodeNames":["127.0.0.1:51060_solr"]}} with context properties: {BEFORE_ACTION=[compute_plan]}
   [junit4]   2> 454561 INFO  (qtp2112937525-4741) [n:127.0.0.1:37153_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testNodeLost.shard1

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

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1255723949
     [copy] Copying 241 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1255723949
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1255723949

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 53ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 130 minutes 41 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		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:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	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:1819)
	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/**,**/hs_err_pid*". Configuration error?
Recording test results
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)