Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/232/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
The operations computed by ComputePlanAction should not be null

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should 
not be null
        at 
__randomizedtesting.SeedInfo.seed([A3DDA8493F90BBB5:1CC866B7BC7ADE33]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLost(ComputePlanActionTest.java:193)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
The operations computed by ComputePlanAction should not be null

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should 
not be null
        at 
__randomizedtesting.SeedInfo.seed([A3DDA8493F90BBB5:C61EFE3E9D3313B6]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeAdded(ComputePlanActionTest.java:337)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13350 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> 3855096 INFO  
(SUITE-ComputePlanActionTest-seed#[A3DDA8493F90BBB5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_A3DDA8493F90BBB5-001/init-core-data-001
   [junit4]   2> 3855098 WARN  
(SUITE-ComputePlanActionTest-seed#[A3DDA8493F90BBB5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 3855098 INFO  
(SUITE-ComputePlanActionTest-seed#[A3DDA8493F90BBB5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3855100 INFO  
(SUITE-ComputePlanActionTest-seed#[A3DDA8493F90BBB5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3855102 INFO  
(SUITE-ComputePlanActionTest-seed#[A3DDA8493F90BBB5]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_A3DDA8493F90BBB5-001/tempDir-001
   [junit4]   2> 3855102 INFO  
(SUITE-ComputePlanActionTest-seed#[A3DDA8493F90BBB5]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3855102 INFO  (Thread-6913) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3855102 INFO  (Thread-6913) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3855107 ERROR (Thread-6913) [    ] 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> 3855202 INFO  
(SUITE-ComputePlanActionTest-seed#[A3DDA8493F90BBB5]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33889
   [junit4]   2> 3855217 INFO  (jetty-launcher-4640-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3855220 INFO  (jetty-launcher-4640-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14a7d280{/solr,null,AVAILABLE}
   [junit4]   2> 3855221 INFO  (jetty-launcher-4640-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3bdc4498{HTTP/1.1,[http/1.1]}{127.0.0.1:49160}
   [junit4]   2> 3855221 INFO  (jetty-launcher-4640-thread-1) [    ] 
o.e.j.s.Server Started @3857897ms
   [junit4]   2> 3855222 INFO  (jetty-launcher-4640-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49160}
   [junit4]   2> 3855222 ERROR (jetty-launcher-4640-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3855222 INFO  (jetty-launcher-4640-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 3855222 INFO  (jetty-launcher-4640-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3855222 INFO  (jetty-launcher-4640-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 3855222 INFO  (jetty-launcher-4640-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-09T22:25:28.968Z
   [junit4]   2> 3855227 INFO  (jetty-launcher-4640-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3855243 INFO  (jetty-launcher-4640-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33889/solr
   [junit4]   2> 3855383 INFO  (jetty-launcher-4640-thread-1) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3855384 INFO  (jetty-launcher-4640-thread-1) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:49160_solr
   [junit4]   2> 3855385 INFO  (jetty-launcher-4640-thread-1) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer Overseer 
(id=98801282505244675-127.0.0.1:49160_solr-n_0000000000) starting
   [junit4]   2> 3855393 INFO  (jetty-launcher-4640-thread-1) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49160_solr
   [junit4]   2> 3855393 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 3855393 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3855396 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 3855397 INFO  
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3855398 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:49160_solr]
   [junit4]   2> 3855398 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 3855398 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 3855400 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 3855400 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3855401 DEBUG (ScheduledTrigger-10332-thread-1) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:49160_solr]
   [junit4]   2> 3855488 INFO  (jetty-launcher-4640-thread-1) 
[n:127.0.0.1:49160_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49160.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3855494 INFO  (jetty-launcher-4640-thread-1) 
[n:127.0.0.1:49160_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49160.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3855494 INFO  (jetty-launcher-4640-thread-1) 
[n:127.0.0.1:49160_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49160.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3855494 INFO  (jetty-launcher-4640-thread-1) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_A3DDA8493F90BBB5-001/tempDir-001/node1/.
   [junit4]   2> 3855512 INFO  
(SUITE-ComputePlanActionTest-seed#[A3DDA8493F90BBB5]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3855513 INFO  
(SUITE-ComputePlanActionTest-seed#[A3DDA8493F90BBB5]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33889/solr ready
   [junit4]   2> 3855528 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeWithMultipleReplicasLost
   [junit4]   2> 3855529 DEBUG 
(zkCallback-4647-thread-1-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 2
   [junit4]   2> 3855530 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 2
   [junit4]   2> 3855531 INFO  (qtp1898735950-30677) [n:127.0.0.1:49160_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> 3855535 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 3855535 INFO  
(OverseerThreadFactory-10334-thread-1-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 3855535 ERROR 
(OverseerThreadFactory-10334-thread-1-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_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:798)
   [junit4]   2>        at 
org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:91)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:229)
   [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> 3855536 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 3855536 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 3855543 INFO  (qtp1898735950-30677) [n:127.0.0.1:49160_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=testNodeLost&action=DELETE&wt=javabin&version=2} status=400 
QTime=11
   [junit4]   2> 3855544 INFO  (qtp1898735950-30678) [n:127.0.0.1:49160_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> 3855547 INFO  
(OverseerCollectionConfigSetProcessor-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_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> 3855547 INFO  
(OverseerThreadFactory-10334-thread-2-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 3855548 ERROR 
(OverseerThreadFactory-10334-thread-2-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_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:798)
   [junit4]   2>        at 
org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:91)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:229)
   [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> 3855550 INFO  (qtp1898735950-30678) [n:127.0.0.1:49160_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=testNodeAdded&action=DELETE&wt=javabin&version=2} status=400 
QTime=6
   [junit4]   2> 3855551 INFO  (qtp1898735950-30679) [n:127.0.0.1:49160_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> 3855554 INFO  
(OverseerCollectionConfigSetProcessor-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_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> 3855554 INFO  
(OverseerThreadFactory-10334-thread-3-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 3855554 ERROR 
(OverseerThreadFactory-10334-thread-3-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_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:798)
   [junit4]   2>        at 
org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:91)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:229)
   [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> 3855556 INFO  (qtp1898735950-30679) [n:127.0.0.1:49160_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=testNodeWithMultipleReplicasLost&action=DELETE&wt=javabin&version=2}
 status=400 QTime=5
   [junit4]   2> 3855562 INFO  (qtp1898735950-30680) [n:127.0.0.1:49160_solr    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3855563 INFO  (qtp1898735950-30680) [n:127.0.0.1:49160_solr    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33889/solr ready
   [junit4]   2> 3855564 INFO  (qtp1898735950-30682) [n:127.0.0.1:49160_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> 3855566 DEBUG (qtp1898735950-30680) [n:127.0.0.1:49160_solr    
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3855567 INFO  (qtp1898735950-30680) [n:127.0.0.1:49160_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 3855568 DEBUG 
(zkCallback-4647-thread-1-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 3
   [junit4]   2> 3855568 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 3
   [junit4]   2> 3855568 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 3855568 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 3855569 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 3855572 INFO  (qtp1898735950-30675) [n:127.0.0.1:49160_solr    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3855573 INFO  (qtp1898735950-30675) [n:127.0.0.1:49160_solr    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33889/solr ready
   [junit4]   2> 3855574 INFO  (qtp1898735950-30677) [n:127.0.0.1:49160_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> 3855575 DEBUG (qtp1898735950-30675) [n:127.0.0.1:49160_solr    
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3855576 INFO  (qtp1898735950-30675) [n:127.0.0.1:49160_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 3855576 DEBUG 
(zkCallback-4647-thread-1-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 4
   [junit4]   2> 3855577 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 4
   [junit4]   2> 3855577 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 3855577 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3855577 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 3855578 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 3855578 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7132cb3d{/solr,null,AVAILABLE}
   [junit4]   2> 3855578 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@4ef515cb{HTTP/1.1,[http/1.1]}{127.0.0.1:33860}
   [junit4]   2> 3855578 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.Server Started @3858254ms
   [junit4]   2> 3855578 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33860}
   [junit4]   2> 3855579 ERROR 
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 3855579 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 3855579 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 3855580 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 3855580 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-09T22:25:29.326Z
   [junit4]   2> 3855582 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3855588 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33889/solr
   [junit4]   2> 3855601 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:33860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3855604 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:33860_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3855606 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:33860_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33860_solr
   [junit4]   2> 3855608 INFO  (zkCallback-4652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3855608 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33860_solr"} current state version: 0
   [junit4]   2> 3855608 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:33860_solr
   [junit4]   2> 3855608 INFO  
(zkCallback-4663-thread-1-processing-n:127.0.0.1:33860_solr) 
[n:127.0.0.1:33860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3855609 INFO  
(zkCallback-4647-thread-1-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3855700 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:33860_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33860.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3855706 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:33860_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33860.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3855706 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:33860_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33860.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3855707 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:33860_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_A3DDA8493F90BBB5-001/tempDir-001/node2/.
   [junit4]   2> 3855724 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3855725 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5d67cf15{/solr,null,AVAILABLE}
   [junit4]   2> 3855726 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@6e7f8c2e{HTTP/1.1,[http/1.1]}{127.0.0.1:44677}
   [junit4]   2> 3855726 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.Server Started @3858401ms
   [junit4]   2> 3855726 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44677}
   [junit4]   2> 3855726 ERROR 
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 3855726 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 3855726 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 3855727 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 3855727 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-09T22:25:29.473Z
   [junit4]   2> 3855729 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3855748 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33889/solr
   [junit4]   2> 3855762 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:44677_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3855766 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:44677_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3855768 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:44677_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44677_solr
   [junit4]   2> 3855769 INFO  (zkCallback-4652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3855769 INFO  
(zkCallback-4663-thread-1-processing-n:127.0.0.1:33860_solr) 
[n:127.0.0.1:33860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3855770 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44677_solr"} current state version: 0
   [junit4]   2> 3855770 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:44677_solr
   [junit4]   2> 3855770 INFO  
(zkCallback-4669-thread-1-processing-n:127.0.0.1:44677_solr) 
[n:127.0.0.1:44677_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3855771 INFO  
(zkCallback-4647-thread-1-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3855839 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:44677_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44677.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3855846 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:44677_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44677.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3855846 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:44677_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44677.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3855847 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:44677_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_A3DDA8493F90BBB5-001/tempDir-001/node3/.
   [junit4]   2> 3855870 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3855871 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3bde5302{/solr,null,AVAILABLE}
   [junit4]   2> 3855871 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@232ad784{HTTP/1.1,[http/1.1]}{127.0.0.1:40842}
   [junit4]   2> 3855872 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.e.j.s.Server Started @3858547ms
   [junit4]   2> 3855872 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40842}
   [junit4]   2> 3855872 ERROR 
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 3855873 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 3855873 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 3855873 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 3855873 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-09T22:25:29.619Z
   [junit4]   2> 3855876 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3855882 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33889/solr
   [junit4]   2> 3855896 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:40842_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3855899 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:40842_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3855902 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:40842_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40842_solr
   [junit4]   2> 3855902 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40842_solr"} current state version: 0
   [junit4]   2> 3855902 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:40842_solr
   [junit4]   2> 3855903 INFO  (zkCallback-4652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3855903 INFO  
(zkCallback-4669-thread-1-processing-n:127.0.0.1:44677_solr) 
[n:127.0.0.1:44677_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3855903 INFO  
(zkCallback-4647-thread-1-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3855903 INFO  
(zkCallback-4663-thread-1-processing-n:127.0.0.1:33860_solr) 
[n:127.0.0.1:33860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3855904 INFO  
(zkCallback-4675-thread-1-processing-n:127.0.0.1:40842_solr) 
[n:127.0.0.1:40842_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3855995 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:40842_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40842.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3856001 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:40842_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40842.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3856001 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:40842_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40842.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@149c8f39
   [junit4]   2> 3856002 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[A3DDA8493F90BBB5])
 [n:127.0.0.1:40842_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_A3DDA8493F90BBB5-001/tempDir-001/node4/.
   [junit4]   2> 3856051 INFO  (qtp1898735950-30678) [n:127.0.0.1:49160_solr    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3856052 INFO  (qtp1898735950-30678) [n:127.0.0.1:49160_solr    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33889/solr ready
   [junit4]   2> 3856055 INFO  (qtp1202844762-30721) [n:127.0.0.1:33860_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> 3856057 INFO  (qtp767563735-30743) [n:127.0.0.1:44677_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> 3856057 INFO  (qtp1898735950-30679) [n:127.0.0.1:49160_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> 3856060 INFO  (qtp2068717930-30765) [n:127.0.0.1:40842_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> 3856061 DEBUG (qtp1898735950-30678) [n:127.0.0.1:49160_solr    
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3856062 INFO  (qtp1898735950-30678) [n:127.0.0.1:49160_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=26
   [junit4]   2> 3856062 DEBUG 
(zkCallback-4647-thread-1-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 5
   [junit4]   2> 3856063 INFO  (qtp1202844762-30723) [n:127.0.0.1:33860_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> 3856065 DEBUG 
(zkCallback-4647-thread-1-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:44677_solr, 127.0.0.1:40842_solr, 127.0.0.1:33860_solr, 
127.0.0.1:49160_solr]
   [junit4]   2> 3856065 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 5
   [junit4]   2> 3856066 INFO  
(OverseerThreadFactory-10334-thread-4-processing-n:127.0.0.1:49160_solr) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testNodeWithMultipleReplicasLost
   [junit4]   2> 3856067 INFO  
(OverseerCollectionConfigSetProcessor-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_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> 3856068 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 3856068 DEBUG 
(OverseerAutoScalingTriggerThread-98801282505244675-127.0.0.1:49160_solr-n_0000000000)
 [n:127.0.0.1:49160_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 3856068 DEBUG (ScheduledTrigger-10332-thread-1) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:33860_solr, 
127.0.0.1:40842_solr, 127.0.0.1:44677_solr, 127.0.0.1:49160_solr]
   [junit4]   2> 3856072 INFO  (qtp1202844762-30725) [n:127.0.0.1:33860_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> 3856074 INFO  (qtp2068717930-30767) [n:127.0.0.1:40842_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> 3856075 INFO  (qtp767563735-30745) [n:127.0.0.1:44677_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> 3856076 INFO  (qtp1898735950-30681) [n:127.0.0.1:49160_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> 3856090 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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> 3856090 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testNodeWithMultipleReplicasLost
   [junit4]   2> 3856092 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2> 3856201 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/solr";,
   [junit4]   2>   "type":"NRT"} current state version: 0
   [junit4]   2> 3856202 INFO  
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 3856205 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 3856205 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3856209 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44677/solr";,
   [junit4]   2>   "type":"NRT"} current state version: 0
   [junit4]   2> 3856210 INFO  
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 3856213 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3856213 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3856217 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40842/solr";,
   [junit4]   2>   "type":"NRT"} current state version: 0
   [junit4]   2> 3856217 INFO  
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:40842/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 3856220 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3856220 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/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":"http://127.0.0.1:44677/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":"http://127.0.0.1:40842/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3856224 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
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":"http://127.0.0.1:33860/solr";,
   [junit4]   2>   "type":"NRT"} current state version: 0
   [junit4]   2> 3856225 INFO  
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:33860/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 3856228 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 3856228 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:33860/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3856232 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
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":"http://127.0.0.1:40842/solr";,
   [junit4]   2>   "type":"NRT"} current state version: 0
   [junit4]   2> 3856232 INFO  
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:40842/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 3856234 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:33860/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3856234 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:33860/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":"http://127.0.0.1:40842/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3856237 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>   "type":"NRT"} current state version: 0
   [junit4]   2> 3856237 INFO  
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 3856240 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:33860/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":"http://127.0.0.1:40842/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3856240 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:33860/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":"http://127.0.0.1:40842/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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3856344 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeWithMultipleReplicasLost/state.json version: 0
   [junit4]   2> 3856440 INFO  (qtp767563735-30748) [n:127.0.0.1:44677_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> 3856440 INFO  (qtp2068717930-30763) [n:127.0.0.1:40842_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> 3856441 INFO  (qtp767563735-30748) [n:127.0.0.1:44677_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3856441 INFO  (qtp2068717930-30763) [n:127.0.0.1:40842_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3856442 INFO  (qtp1202844762-30719) [n:127.0.0.1:33860_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> 3856443 INFO  (qtp1202844762-30719) [n:127.0.0.1:33860_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3856443 INFO  (qtp767563735-30741) [n:127.0.0.1:44677_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> 3856444 INFO  (qtp2068717930-30766) [n:127.0.0.1:40842_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> 3856446 INFO  (qtp1898735950-30680) [n:127.0.0.1:49160_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> 3856446 INFO  (qtp1898735950-30680) [n:127.0.0.1:49160_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3856456 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:40842/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40842_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> 3856456 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:40842/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40842_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> 3856456 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node7:{"core":"testNodeWithMultipleReplicasLost_shard1_replica_n4","base_url":"http://127.0.0.1:40842/solr","node_name":"127.0.0.1:40842_solr","state":"down","type":"NRT"}
   [junit4]   2> 3856456 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/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":"http://127.0.0.1:44677/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":"http://127.0.0.1:40842/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40842_solr",
   [junit4]   2>           "state":"down",
   [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":"http://127.0.0.1:33860/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":"http://127.0.0.1:40842/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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 3856460 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44677/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44677_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> 3856460 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44677/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44677_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> 3856460 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node5:{"core":"testNodeWithMultipleReplicasLost_shard1_replica_n2","base_url":"http://127.0.0.1:44677/solr","node_name":"127.0.0.1:44677_solr","state":"down","type":"NRT"}
   [junit4]   2> 3856460 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:44677_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node7":{
   [junit4]   2>           
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:40842/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40842_solr",
   [junit4]   2>           "state":"down",
   [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":"http://127.0.0.1:33860/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":"http://127.0.0.1:40842/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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 3856464 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node9",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33860/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33860_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> 3856464 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:33860/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33860_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> 3856465 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node9:{"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6","base_url":"http://127.0.0.1:33860/solr","node_name":"127.0.0.1:33860_solr","state":"down","type":"NRT"}
   [junit4]   2> 3856465 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:44677_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node7":{
   [junit4]   2>           
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:40842/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40842_solr",
   [junit4]   2>           "state":"down",
   [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":"http://127.0.0.1:33860/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:33860_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node11":{
   [junit4]   2>           
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>           "base_url":"http://127.0.0.1:40842/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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 3856470 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49160/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:49160_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> 3856470 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:49160_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> 3856470 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node3:{"core":"testNodeWithMultipleReplicasLost_shard1_replica_n1","base_url":"http://127.0.0.1:49160/solr","node_name":"127.0.0.1:49160_solr","state":"down","type":"NRT"}
   [junit4]   2> 3856470 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_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":"http://127.0.0.1:49160/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:49160_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:44677/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:44677_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node7":{
   [junit4]   2>           
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:40842/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40842_solr",
   [junit4]   2>           "state":"down",
   [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":"http://127.0.0.1:33860/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:33860_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node11":{
   [junit4]   2>           
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>           "base_url":"http://127.0.0.1:40842/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":"http://127.0.0.1:44677/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 3856474 DEBUG 
(OverseerStateUpdate-98801282505244675-127.0.0.1:49160_solr-n_0000000000) 
[n:127.0.0.1:49160_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
   [junit4]   2>   "core_node_name":"core_node12",
   [junit4]   2

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

1.replica_n2, service url = null, agent id = null] for registry 
solr.core.testNodeAdded.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@61334ae8
   [junit4]   2> 3875627 INFO  (coreCloseExecutor-10441-thread-1) 
[n:127.0.0.1:40569_solr c:testNodeAdded s:shard1 r:core_node4 
x:testNodeAdded_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testNodeAdded.shard1.leader, 
tag=1468066099
   [junit4]   2> 3875629 INFO  (jetty-closer-4641-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98801282505244704-127.0.0.1:40569_solr-n_0000000005) closing
   [junit4]   2> 3875629 INFO  
(OverseerStateUpdate-98801282505244704-127.0.0.1:40569_solr-n_0000000005) 
[n:127.0.0.1:40569_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:40569_solr
   [junit4]   2> 3875631 WARN  
(OverseerAutoScalingTriggerThread-98801282505244704-127.0.0.1:40569_solr-n_0000000005)
 [n:127.0.0.1:40569_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3875633 DEBUG (jetty-closer-4641-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3877136 WARN  
(zkCallback-4717-thread-1-processing-n:127.0.0.1:40569_solr) 
[n:127.0.0.1:40569_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3877136 INFO  (jetty-closer-4641-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6ac3c2ca{/solr,null,UNAVAILABLE}
   [junit4]   2> 3877138 ERROR 
(SUITE-ComputePlanActionTest-seed#[A3DDA8493F90BBB5]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3877138 INFO  
(SUITE-ComputePlanActionTest-seed#[A3DDA8493F90BBB5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33889 33889
   [junit4]   2> 3887954 INFO  (Thread-6913) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33889 33889
   [junit4]   2> 3887956 WARN  (Thread-6913) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        23      /solr/clusterprops.json
   [junit4]   2>        23      /solr/aliases.json
   [junit4]   2>        7       /solr/security.json
   [junit4]   2>        7       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        31      
/solr/collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2>        23      /solr/clusterstate.json
   [junit4]   2>        15      /solr/collections/testNodeLost/state.json
   [junit4]   2>        8       /solr/collections/testNodeAdded/state.json
   [junit4]   2>        4       
/solr/overseer_elect/election/98801282505244682-127.0.0.1:33860_solr-n_0000000001
   [junit4]   2>        3       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/collections/testNodeWithMultipleReplicasLost/leader_elect/shard2/election/98801282505244688-core_node11-n_0000000000
   [junit4]   2>        2       
/solr/collections/testNodeWithMultipleReplicasLost/leader_elect/shard1/election/98801282505244688-core_node7-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        23      /solr/collections
   [junit4]   2>        18      /solr/live_nodes
   [junit4]   2>        3       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_A3DDA8493F90BBB5-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, locale=en-ZA, 
timezone=Pacific/Bougainville
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=178567368,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestHdfsUpdateLog, 
TestNamedUpdateProcessors, TestMissingGroups, TestSimpleTrackingShardHandler, 
TestCSVLoader, TestRangeQuery, TestManagedSchemaAPI, TestDistributedGrouping, 
ImplicitSnitchTest, VMParamsZkACLAndCredentialsProvidersTest, 
DirectoryFactoryTest, TestBulkSchemaAPI, TestFilteredDocIdSet, 
DistributedMLTComponentTest, CdcrBootstrapTest, SubstringBytesRefFilterTest, 
TestDistribIDF, DistributedSuggestComponentTest, SolrCloudExampleTest, 
BigEndianAscendingWordSerializerTest, MetricsConfigTest, 
TestBackupRepositoryFactory, MissingSegmentRecoveryTest, 
CollectionsAPISolrJTest, HLLSerializationTest, SparseHLLTest, TestConfigsApi, 
TestFiltering, TestPointFields, TestSerializedLuceneMatchVersion, 
SynonymTokenizerTest, DistributedIntervalFacetingTest, TestLuceneMatchVersion, 
TestPKIAuthenticationPlugin, SpellCheckCollatorTest, TestSmileRequest, 
AsyncCallRequestStatusResponseTest, TestHalfAndHalfDocValues, SuggesterTSTTest, 
CdcrReplicationHandlerTest, TestCloudPivotFacet, SpellCheckComponentTest, 
DistributedFacetPivotSmallTest, TermsComponentTest, TestNestedDocsSort, 
TestSolrCoreSnapshots, TestLockTree, TestManagedStopFilterFactory, 
TestTolerantUpdateProcessorCloud, MoreLikeThisHandlerTest, 
TestImpersonationWithHadoopAuth, InfoHandlerTest, TestMergePolicyConfig, 
QueryEqualityTest, TestRecoveryHdfs, BlockJoinFacetRandomTest, 
TestTestInjection, BJQParserTest, TestCustomStream, 
RecoveryAfterSoftCommitTest, TestFieldCache, TestTrackingShardHandlerFactory, 
TestLegacyNumericRangeQueryBuilder, TestJoin, SolrJmxReporterTest, SampleTest, 
TestFastLRUCache, BooleanFieldTest, TestZkAclsWithHadoopAuth, 
UpdateRequestProcessorFactoryTest, InfixSuggestersTest, 
TestGraphMLResponseWriter, TestSolr4Spatial, TestSolrCloudWithKerberosAlt, 
TestConfigReload, TestCustomSort, TestSchemaSimilarityResource, 
WrapperMergePolicyFactoryTest, DistribCursorPagingTest, ResponseHeaderTest, 
RulesTest, TestCloudSchemaless, JSONWriterTest, PluginInfoTest, 
TestImplicitCoreProperties, FieldMutatingUpdateProcessorTest, 
TestRemoteStreaming, PolyFieldTest, TestPostingsSolrHighlighter, 
SystemInfoHandlerTest, TestDynamicFieldCollectionResource, TestLRUCache, 
AtomicUpdateProcessorFactoryTest, ActionThrottleTest, RestartWhileUpdatingTest, 
DeleteInactiveReplicaTest, TestXmlQParserPlugin, 
OpenExchangeRatesOrgProviderTest, TestStressLiveNodes, 
TestManagedSynonymGraphFilterFactory, TlogReplayBufferedWhileIndexingTest, 
TestSkipOverseerOperations, ConvertedLegacyTest, 
PKIAuthenticationIntegrationTest, TestSQLHandlerNonCloud, TestPushWriter, 
TestSSLRandomization, TestLegacyNumericUtils, SimpleCollectionCreateDeleteTest, 
MultiThreadedOCPTest, TestClassicSimilarityFactory, 
DocumentAnalysisRequestHandlerTest, TestFieldTypeCollectionResource, 
TestJsonFacets, DocumentBuilderTest, TestSearcherReuse, 
TestCollectionsAPIViaSolrCloudCluster, TestCryptoKeys, TestMacroExpander, 
TestSlowCompositeReaderWrapper, AddBlockUpdateTest, 
HdfsRestartWhileUpdatingTest, OverseerRolesTest, SolrIndexConfigTest, 
BasicFunctionalityTest, BadComponentTest, CollectionReloadTest, TestRTimerTree, 
CdcrVersionReplicationTest, ConfigureRecoveryStrategyTest, 
TestSolrConfigHandlerConcurrent, TestCrossCoreJoin, 
LeaderElectionContextKeyTest, TestAnalyzedSuggestions, TestStandardQParsers, 
VersionInfoTest, CleanupOldIndexTest, TestNoOpRegenerator, 
OpenCloseCoreStressTest, TestSolrCoreParser, TestSolrJ, TestNumericTerms64, 
FileUtilsTest, TestLegacyFieldCache, TestSubQueryTransformer, 
TestDistribDocBasedVersion, TestConfigSetImmutable, LargeFieldTest, 
PeerSyncWithIndexFingerprintCachingTest, CurrencyFieldTypeTest, 
TestSystemIdResolver, TestLeaderInitiatedRecoveryThread, 
TestLeaderElectionWithEmptyReplica, SpellingQueryConverterTest, DeleteNodeTest, 
SolrPluginUtilsTest, TestApiFramework, UpdateParamsTest, 
UUIDUpdateProcessorFallbackTest, DistributedQueryComponentCustomSortTest, 
TestHashQParserPlugin, TestStressLucene, TestRebalanceLeaders, 
TestAuthenticationFramework, AutoAddReplicasIntegrationTest, 
TestLuceneIndexBackCompat, BasicZkTest, TestBinaryResponseWriter, 
StatelessScriptUpdateProcessorFactoryTest, SolrCloudReportersTest, 
SolrMetricsIntegrationTest, JsonLoaderTest, TestClusterProperties, 
TestExactStatsCache, TestRandomFaceting, ReplaceNodeTest, 
TestFieldCacheVsDocValues, HdfsDirectoryFactoryTest, TestConfig, 
TestCharFilters, ZkSolrClientTest, TestCollationField, 
TestFieldCollectionResource, BasicDistributedZkTest, LeaderElectionTest, 
ShardRoutingCustomTest, TestDistributedSearch, ZkControllerTest, 
BadIndexSchemaTest, TestSort, TestLazyCores, TestBadConfig, HighlighterTest, 
SoftAutoCommitTest, QueryParsingTest, TestPartialUpdateDeduplication, 
PingRequestHandlerTest, TestComponentsName, HighlighterConfigTest, SOLR749Test, 
TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, 
TestStressRecovery, ChaosMonkeySafeLeaderWithPullReplicasTest, 
CollectionsAPIAsyncDistributedZkTest, CreateCollectionCleanupTest, 
DeleteShardTest, DeleteStatusTest, DistributedQueueTest, HttpPartitionTest, 
LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnShardRestartTest, 
MigrateRouteKeyTest, MoveReplicaHDFSTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
PeerSyncReplicationTest, RollingRestartTest, SolrXmlInZkTest, 
TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudRecovery, 
TestCloudSearcherWarming, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestExclusionRuleCollectionAccess, 
TestHdfsCloudBackupRestore, TestLeaderElectionZkExpiry, 
TestLocalFSCloudBackupRestore, TestOnReconnectListenerSupport, TestPullReplica, 
TestRandomRequestDistribution, TestShortCircuitedRequests, 
TestSolrCloudWithSecureImpersonation, ZkFailoverTest, ComputePlanActionTest]
   [junit4] Completed [569/744 (1!)] on J1 in 32.88s, 3 tests, 2 failures <<< 
FAILURES!

[...truncated 47585 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to