You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/11/08 04:09:28 UTC

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_144) - Build # 769 - Still Unstable!

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

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=5902, name=searcherExecutor-3028-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=5902, name=searcherExecutor-3028-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([D1DCF902752EEF00]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=5902, name=searcherExecutor-3028-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=5902, name=searcherExecutor-3028-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([D1DCF902752EEF00]:0)


FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLost

Error Message:
Error from server at https://127.0.0.1:33871/solr: Could not fully create collection: testNodeLost

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:33871/solr: Could not fully create collection: testNodeLost
	at __randomizedtesting.SeedInfo.seed([D1DCF902752EEF00:6EC937FCF6C48A86]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLost(ComputePlanActionTest.java:165)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([D1DCF902752EEF00:EBC58D3BE098CA5]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=*:*
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
	... 41 more




Build Log:
[...truncated 12015 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_D1DCF902752EEF00-001/init-core-data-001
   [junit4]   2> 530208 WARN  (SUITE-ComputePlanActionTest-seed#[D1DCF902752EEF00]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 530208 INFO  (SUITE-ComputePlanActionTest-seed#[D1DCF902752EEF00]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 530209 INFO  (SUITE-ComputePlanActionTest-seed#[D1DCF902752EEF00]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 530210 INFO  (SUITE-ComputePlanActionTest-seed#[D1DCF902752EEF00]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 530210 INFO  (SUITE-ComputePlanActionTest-seed#[D1DCF902752EEF00]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_D1DCF902752EEF00-001/tempDir-001
   [junit4]   2> 530211 INFO  (SUITE-ComputePlanActionTest-seed#[D1DCF902752EEF00]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 530211 INFO  (Thread-1183) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 530211 INFO  (Thread-1183) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 530214 ERROR (Thread-1183) [    ] 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> 530311 INFO  (SUITE-ComputePlanActionTest-seed#[D1DCF902752EEF00]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35113
   [junit4]   2> 530316 INFO  (jetty-launcher-919-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 530318 INFO  (jetty-launcher-919-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30bdd36d{/solr,null,AVAILABLE}
   [junit4]   2> 530319 INFO  (jetty-launcher-919-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@38c8f534{SSL,[ssl, http/1.1]}{127.0.0.1:36085}
   [junit4]   2> 530319 INFO  (jetty-launcher-919-thread-1) [    ] o.e.j.s.Server Started @532037ms
   [junit4]   2> 530319 INFO  (jetty-launcher-919-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36085}
   [junit4]   2> 530319 ERROR (jetty-launcher-919-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 530319 INFO  (jetty-launcher-919-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 530319 INFO  (jetty-launcher-919-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 530319 INFO  (jetty-launcher-919-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 530319 INFO  (jetty-launcher-919-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-08T03:19:12.151Z
   [junit4]   2> 530321 INFO  (jetty-launcher-919-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 530328 INFO  (jetty-launcher-919-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35113/solr
   [junit4]   2> 530361 INFO  (jetty-launcher-919-thread-1) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 530361 INFO  (jetty-launcher-919-thread-1) [n:127.0.0.1:36085_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36085_solr
   [junit4]   2> 530362 INFO  (jetty-launcher-919-thread-1) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer Overseer (id=98966644460421123-127.0.0.1:36085_solr-n_0000000000) starting
   [junit4]   2> 530364 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 530364 INFO  (jetty-launcher-919-thread-1) [n:127.0.0.1:36085_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36085_solr
   [junit4]   2> 530365 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 530365 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 530365 INFO  (zkCallback-926-thread-1-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 530366 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:36085_solr]
   [junit4]   2> 530366 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 530366 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 530367 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 530367 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 530367 DEBUG (ScheduledTrigger-2585-thread-1) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:36085_solr]
   [junit4]   2> 530431 INFO  (jetty-launcher-919-thread-1) [n:127.0.0.1:36085_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36085.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530435 INFO  (jetty-launcher-919-thread-1) [n:127.0.0.1:36085_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36085.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530436 INFO  (jetty-launcher-919-thread-1) [n:127.0.0.1:36085_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36085.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530436 INFO  (jetty-launcher-919-thread-1) [n:127.0.0.1:36085_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_D1DCF902752EEF00-001/tempDir-001/node1/.
   [junit4]   2> 530455 INFO  (SUITE-ComputePlanActionTest-seed#[D1DCF902752EEF00]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 530456 INFO  (SUITE-ComputePlanActionTest-seed#[D1DCF902752EEF00]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35113/solr ready
   [junit4]   2> 530474 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeWithMultipleReplicasLost
   [junit4]   2> 530479 DEBUG (zkCallback-926-thread-1-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 530479 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 530482 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 530483 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 530483 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 530528 INFO  (qtp1216329191-5313) [n:127.0.0.1:36085_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testNodeLost&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 530530 INFO  (OverseerThreadFactory-2587-thread-1-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 530530 ERROR (OverseerThreadFactory-2587-thread-1-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: testNodeLost operation: delete failed:org.apache.solr.common.SolrException: Could not find collection : testNodeLost
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:111)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:800)
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:91)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 530535 INFO  (qtp1216329191-5313) [n:127.0.0.1:36085_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testNodeLost&action=DELETE&wt=javabin&version=2} status=400 QTime=7
   [junit4]   2> 530536 INFO  (qtp1216329191-5306) [n:127.0.0.1:36085_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testNodeAdded&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 530538 INFO  (OverseerCollectionConfigSetProcessor-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 530538 INFO  (OverseerThreadFactory-2587-thread-2-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 530538 ERROR (OverseerThreadFactory-2587-thread-2-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: testNodeAdded operation: delete failed:org.apache.solr.common.SolrException: Could not find collection : testNodeAdded
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:111)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:800)
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:91)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 530540 INFO  (qtp1216329191-5306) [n:127.0.0.1:36085_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testNodeAdded&action=DELETE&wt=javabin&version=2} status=400 QTime=4
   [junit4]   2> 530541 INFO  (qtp1216329191-5311) [n:127.0.0.1:36085_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testNodeWithMultipleReplicasLost&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 530542 INFO  (OverseerCollectionConfigSetProcessor-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 530542 INFO  (OverseerThreadFactory-2587-thread-3-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 530543 ERROR (OverseerThreadFactory-2587-thread-3-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: testNodeWithMultipleReplicasLost operation: delete failed:org.apache.solr.common.SolrException: Could not find collection : testNodeWithMultipleReplicasLost
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:111)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:800)
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:91)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 530545 INFO  (qtp1216329191-5311) [n:127.0.0.1:36085_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testNodeWithMultipleReplicasLost&action=DELETE&wt=javabin&version=2} status=400 QTime=4
   [junit4]   2> 530551 INFO  (qtp1216329191-5312) [n:127.0.0.1:36085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 530552 INFO  (qtp1216329191-5312) [n:127.0.0.1:36085_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35113/solr ready
   [junit4]   2> 530556 INFO  (qtp1216329191-5311) [n:127.0.0.1:36085_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 530556 DEBUG (qtp1216329191-5312) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 530558 INFO  (qtp1216329191-5312) [n:127.0.0.1:36085_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 530558 DEBUG (zkCallback-926-thread-1-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 530558 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 530558 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 530558 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 530558 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 530561 INFO  (qtp1216329191-5313) [n:127.0.0.1:36085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 530564 INFO  (qtp1216329191-5313) [n:127.0.0.1:36085_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35113/solr ready
   [junit4]   2> 530567 INFO  (qtp1216329191-5311) [n:127.0.0.1:36085_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> 530567 DEBUG (qtp1216329191-5313) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 530568 INFO  (qtp1216329191-5313) [n:127.0.0.1:36085_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 530568 DEBUG (zkCallback-926-thread-1-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 530568 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 530568 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 530568 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 530568 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 530570 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 530571 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6331b69f{/solr,null,AVAILABLE}
   [junit4]   2> 530571 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7b0ba441{SSL,[ssl, http/1.1]}{127.0.0.1:35209}
   [junit4]   2> 530571 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.Server Started @532289ms
   [junit4]   2> 530571 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35209}
   [junit4]   2> 530572 ERROR (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 530572 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 530572 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 530572 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 530572 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-08T03:19:12.404Z
   [junit4]   2> 530574 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 530580 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35113/solr
   [junit4]   2> 530585 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:35209_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 530586 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:35209_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 530587 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:35209_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35209_solr
   [junit4]   2> 530587 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35209_solr"} current state version: 0
   [junit4]   2> 530588 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35209_solr
   [junit4]   2> 530588 INFO  (zkCallback-926-thread-1-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 530588 INFO  (zkCallback-932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 530589 INFO  (zkCallback-943-thread-1-processing-n:127.0.0.1:35209_solr) [n:127.0.0.1:35209_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 530658 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:35209_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35209.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530664 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:35209_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35209.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530664 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:35209_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35209.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530666 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:35209_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_D1DCF902752EEF00-001/tempDir-001/node2/.
   [junit4]   2> 530683 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 530685 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23fdd5e7{/solr,null,AVAILABLE}
   [junit4]   2> 530686 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1134bffb{SSL,[ssl, http/1.1]}{127.0.0.1:42743}
   [junit4]   2> 530686 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.Server Started @532404ms
   [junit4]   2> 530686 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42743}
   [junit4]   2> 530686 ERROR (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 530686 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 530686 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 530686 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 530686 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-08T03:19:12.518Z
   [junit4]   2> 530694 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 530703 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35113/solr
   [junit4]   2> 530707 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:42743_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 530708 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:42743_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 530709 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:42743_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42743_solr
   [junit4]   2> 530709 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42743_solr"} current state version: 0
   [junit4]   2> 530709 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42743_solr
   [junit4]   2> 530709 INFO  (zkCallback-943-thread-1-processing-n:127.0.0.1:35209_solr) [n:127.0.0.1:35209_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 530709 INFO  (zkCallback-926-thread-1-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 530709 INFO  (zkCallback-932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 530711 INFO  (zkCallback-949-thread-1-processing-n:127.0.0.1:42743_solr) [n:127.0.0.1:42743_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 530792 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:42743_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42743.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530800 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:42743_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42743.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530800 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:42743_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42743.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530802 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:42743_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_D1DCF902752EEF00-001/tempDir-001/node3/.
   [junit4]   2> 530832 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 530833 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@626de84d{/solr,null,AVAILABLE}
   [junit4]   2> 530833 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@14ce8f1c{SSL,[ssl, http/1.1]}{127.0.0.1:39765}
   [junit4]   2> 530834 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.e.j.s.Server Started @532551ms
   [junit4]   2> 530834 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39765}
   [junit4]   2> 530834 ERROR (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 530834 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 530834 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 530834 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 530834 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-08T03:19:12.666Z
   [junit4]   2> 530842 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 530848 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35113/solr
   [junit4]   2> 530855 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:39765_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 530855 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:39765_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 530856 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:39765_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39765_solr
   [junit4]   2> 530857 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39765_solr"} current state version: 0
   [junit4]   2> 530857 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39765_solr
   [junit4]   2> 530857 INFO  (zkCallback-932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 530857 INFO  (zkCallback-943-thread-1-processing-n:127.0.0.1:35209_solr) [n:127.0.0.1:35209_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 530857 INFO  (zkCallback-949-thread-1-processing-n:127.0.0.1:42743_solr) [n:127.0.0.1:42743_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 530858 INFO  (zkCallback-926-thread-1-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 530859 INFO  (zkCallback-955-thread-1-processing-n:127.0.0.1:39765_solr) [n:127.0.0.1:39765_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 530921 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:39765_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39765.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530927 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:39765_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39765.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530928 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:39765_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39765.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6d244c
   [junit4]   2> 530929 INFO  (TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[D1DCF902752EEF00]) [n:127.0.0.1:39765_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_D1DCF902752EEF00-001/tempDir-001/node4/.
   [junit4]   2> 531017 INFO  (qtp252698905-5351) [n:127.0.0.1:35209_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 531017 INFO  (qtp252698905-5351) [n:127.0.0.1:35209_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35113/solr ready
   [junit4]   2> 531036 INFO  (qtp539429439-5373) [n:127.0.0.1:42743_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> 531040 INFO  (qtp252698905-5358) [n:127.0.0.1:35209_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> 531042 INFO  (qtp1216329191-5308) [n:127.0.0.1:36085_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> 531064 INFO  (qtp1352296199-5395) [n:127.0.0.1:39765_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> 531064 DEBUG (qtp252698905-5351) [n:127.0.0.1:35209_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 531064 INFO  (qtp252698905-5351) [n:127.0.0.1:35209_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=59
   [junit4]   2> 531065 DEBUG (zkCallback-926-thread-1-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 531065 DEBUG (zkCallback-926-thread-1-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:39765_solr, 127.0.0.1:42743_solr, 127.0.0.1:35209_solr, 127.0.0.1:36085_solr]
   [junit4]   2> 531066 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 531066 INFO  (qtp252698905-5356) [n:127.0.0.1:35209_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&collection.configName=conf&name=testNodeWithMultipleReplicasLost&nrtReplicas=3&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 531067 INFO  (OverseerThreadFactory-2587-thread-4-processing-n:127.0.0.1:36085_solr) [n:127.0.0.1:36085_solr    ] o.a.s.c.CreateCollectionCmd Create collection testNodeWithMultipleReplicasLost
   [junit4]   2> 531067 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 531067 DEBUG (OverseerAutoScalingTriggerThread-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 531067 INFO  (OverseerCollectionConfigSetProcessor-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 531067 DEBUG (ScheduledTrigger-2585-thread-1) [n:127.0.0.1:36085_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: [127.0.0.1:39765_solr, 127.0.0.1:42743_solr, 127.0.0.1:35209_solr, 127.0.0.1:36085_solr]
   [junit4]   2> 531071 INFO  (qtp252698905-5351) [n:127.0.0.1:35209_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> 531074 INFO  (qtp1216329191-5309) [n:127.0.0.1:36085_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> 531077 INFO  (qtp1352296199-5400) [n:127.0.0.1:39765_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> 531080 INFO  (qtp539429439-5380) [n:127.0.0.1:42743_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> 531088 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 531088 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testNodeWithMultipleReplicasLost
   [junit4]   2> 531088 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2> 531189 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 531190 INFO  (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 531190 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 531190 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 531190 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 531190 INFO  (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 531191 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 531191 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 531192 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 531192 INFO  (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 531192 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 531192 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node7":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>       "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 531193 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 531193 INFO  (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 531195 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 531195 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node9":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>       "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 531203 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 5, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 531203 INFO  (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 531203 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node9":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>       "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 531223 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node9":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>       "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node11":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>       "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 531224 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 6, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 531224 INFO  (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 531224 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node9":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>       "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node11":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>       "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 531224 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node9":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>       "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node11":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>       "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node12":{
   [junit4]   2>       "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
   [junit4]   2>       "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 531325 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeWithMultipleReplicasLost/state.json version: 0
   [junit4]   2> 531431 INFO  (qtp1216329191-5309) [n:127.0.0.1:36085_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard1_replica_n4&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 531432 INFO  (qtp1216329191-5309) [n:127.0.0.1:36085_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 531432 INFO  (qtp1216329191-5307) [n:127.0.0.1:36085_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard2_replica_n8&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 531435 INFO  (qtp252698905-5355) [n:127.0.0.1:35209_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard2_replica_n6&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 531436 INFO  (qtp252698905-5355) [n:127.0.0.1:35209_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 531439 INFO  (qtp539429439-5376) [n:127.0.0.1:42743_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard1_replica_n1&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 531439 INFO  (qtp539429439-5376) [n:127.0.0.1:42743_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 531443 INFO  (qtp1352296199-5398) [n:127.0.0.1:39765_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard2_replica_n10&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 531444 INFO  (qtp1352296199-5398) [n:127.0.0.1:39765_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 531445 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>   "core_node_name":"core_node11",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36085_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 531445 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>   "core_node_name":"core_node11",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36085_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 531445 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node11:{"core":"testNodeWithMultipleReplicasLost_shard2_replica_n8","base_url":"https://127.0.0.1:36085/solr","node_name":"127.0.0.1:36085_solr","state":"down","type":"NRT"}
   [junit4]   2> 531445 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeWithMultipleReplicasLost//collections/testNodeWithMultipleReplicasLost/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node9":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>           "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node11":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>           "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36085_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node12":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
   [junit4]   2>           "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 531445 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42743_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 531445 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42743_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 531445 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"testNodeWithMultipleReplicasLost_shard1_replica_n1","base_url":"https://127.0.0.1:42743/solr","node_name":"127.0.0.1:42743_solr","state":"down","type":"NRT"}
   [junit4]   2> 531445 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeWithMultipleReplicasLost//collections/testNodeWithMultipleReplicasLost/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>           "node_name":"127.0.0.1:42743_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node9":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>           "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node11":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>           "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36085_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node12":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
   [junit4]   2>           "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 531450 INFO  (qtp1352296199-5397) [n:127.0.0.1:39765_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard1_replica_n2&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 531464 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.Overseer processMessage: queueSize: 5, message = {
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node9",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35209_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 531464 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node9",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35209_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 531464 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node9:{"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6","base_url":"https://127.0.0.1:35209/solr","node_name":"127.0.0.1:35209_solr","state":"down","type":"NRT"}
   [junit4]   2> 531464 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:127.0.0.1:36085_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeWithMultipleReplicasLost//collections/testNodeWithMultipleReplicasLost/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:42743/solr",
   [junit4]   2>           "node_name":"127.0.0.1:42743_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node9":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>           "base_url":"https://127.0.0.1:35209/solr",
   [junit4]   2>           "node_name":"127.0.0.1:35209_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node11":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>           "base_url":"https://127.0.0.1:36085/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36085_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node12":{
   [junit4]   2>           "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
   [junit4]   2>           "base_url":"https://127.0.0.1:39765/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 531465 DEBUG (OverseerStateUpdate-98966644460421123-127.0.0.1:36085_solr-n_0000000000) [n:1

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

tion3] o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.method=testNoCommit -Dtests.seed=D1DCF902752EEF00 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=be -Dtests.timezone=Japan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.43s J1 | TestLazyCores.testNoCommit <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D1DCF902752EEF00:EBC58D3BE098CA5]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
   [junit4]    > 	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
   [junit4]    > 	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=*:*
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
   [junit4]    > 	... 41 more
   [junit4]   2> 595722 INFO  (SUITE-TestLazyCores-seed#[D1DCF902752EEF00]-worker) [    x:collection3] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 595722 INFO  (SUITE-TestLazyCores-seed#[D1DCF902752EEF00]-worker) [    x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer instance=849799535
   [junit4]   2> 595722 INFO  (SUITE-TestLazyCores-seed#[D1DCF902752EEF00]-worker) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 595722 INFO  (SUITE-TestLazyCores-seed#[D1DCF902752EEF00]-worker) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 595722 INFO  (SUITE-TestLazyCores-seed#[D1DCF902752EEF00]-worker) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_D1DCF902752EEF00-001
   [junit4]   2> Nov 08, 2017 3:20:17 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Nov 08, 2017 3:20:37 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=5902, name=searcherExecutor-3028-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Nov 08, 2017 3:20:37 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=5902, name=searcherExecutor-3028-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Nov 08, 2017 3:20:40 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=5902, name=searcherExecutor-3028-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true): {}, locale=be, timezone=Japan
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=2,free=65281344,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedSchema, TestMultiValuedNumericRangeQuery, HdfsThreadLeakTest, TestFastLRUCache, WrapperMergePolicyFactoryTest, CreateCollectionCleanupTest, DOMUtilTest, TestDeleteCollectionOnDownNodes, MetricUtilsTest, DistribDocExpirationUpdateProcessorTest, SolrMetricReporterTest, TestScoreJoinQPScore, SolrCLIZkUtilsTest, ZkStateReaderTest, TestAuthenticationFramework, TestManagedSynonymFilterFactory, TestPerFieldSimilarity, SimpleMLTQParserTest, TestJettySolrRunner, TestSizeLimitedDistributedMap, RegexBytesRefFilterTest, TestCollationField, SolrCmdDistributorTest, DistributedIntervalFacetingTest, SpatialRPTFieldTypeTest, CollectionTooManyReplicasTest, TestDynamicLoading, TestSolrCloudWithKerberosAlt, TestManagedResource, MetricsConfigTest, SpellingQueryConverterTest, RequestHandlersTest, RuleEngineTest, TestSolr4Spatial, CollectionsAPIDistributedZkTest, PropertiesRequestHandlerTest, TestSolrCLIRunExample, TestCloudRecovery, OverriddenZkACLAndCredentialsProvidersTest, TestSQLHandlerNonCloud, BasicAuthStandaloneTest, CoreMergeIndexesAdminHandlerTest, TestBulkSchemaAPI, TestConfigsApi, AddSchemaFieldsUpdateProcessorFactoryTest, TemplateUpdateProcessorTest, TestTrackingShardHandlerFactory, TestSolrQueryParser, TestConfigOverlay, DeleteLastCustomShardedReplicaTest, BitVectorTest, PathHierarchyTokenizerFactoryTest, TestExpandComponent, OutputWriterTest, UUIDUpdateProcessorFallbackTest, TestRTGBase, TestDocumentBuilder, TestLeaderElectionZkExpiry, TestFieldCacheWithThreads, TestComplexPhraseQParserPlugin, ParsingFieldUpdateProcessorsTest, DistributedFacetPivotLongTailTest, AnalyticsQueryTest, CloneFieldUpdateProcessorFactoryTest, TestLockTree, BufferStoreTest, TestSchemaResource, MergeStrategyTest, ComputePlanActionTest, SolrSlf4jReporterTest, DocValuesMultiTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=D1DCF902752EEF00 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=be -Dtests.timezone=Japan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=5902, name=searcherExecutor-3028-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D1DCF902752EEF00]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=5902, name=searcherExecutor-3028-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D1DCF902752EEF00]:0)
   [junit4] Completed [158/748 (2!)] on J1 in 29.39s, 9 tests, 3 errors <<< FAILURES!

[...truncated 49230 lines...]