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

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

Error Message:
The operations computed by ComputePlanAction should not be 
nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], 
BEFORE_ACTION=[compute_plan, null]}

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should 
not be nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], 
BEFORE_ACTION=[compute_plan, null]}
        at 
__randomizedtesting.SeedInfo.seed([E38B41599D153D13:D925A480A371E47D]: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.testSelectedCollections(ComputePlanActionTest.java:469)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
__randomizedtesting.SeedInfo.seed([E38B41599D153D13:F7C31A0CBE12800D]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:657)
        at java.util.ArrayList.get(ArrayList.java:433)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
        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 11798 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> 154989 INFO  
(SUITE-ComputePlanActionTest-seed#[E38B41599D153D13]-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/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_E38B41599D153D13-001/init-core-data-001
   [junit4]   2> 154990 WARN  
(SUITE-ComputePlanActionTest-seed#[E38B41599D153D13]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 154990 INFO  
(SUITE-ComputePlanActionTest-seed#[E38B41599D153D13]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 154992 INFO  
(SUITE-ComputePlanActionTest-seed#[E38B41599D153D13]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 154992 INFO  
(SUITE-ComputePlanActionTest-seed#[E38B41599D153D13]-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/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_E38B41599D153D13-001/tempDir-001
   [junit4]   2> 154992 INFO  
(SUITE-ComputePlanActionTest-seed#[E38B41599D153D13]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 154992 INFO  (Thread-287) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 154992 INFO  (Thread-287) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 154995 ERROR (Thread-287) [    ] 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> 155092 INFO  
(SUITE-ComputePlanActionTest-seed#[E38B41599D153D13]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:49121
   [junit4]   2> 155095 INFO  (zkConnectionManagerCallback-500-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155099 INFO  (jetty-launcher-497-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 155101 INFO  (jetty-launcher-497-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155101 INFO  (jetty-launcher-497-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155101 INFO  (jetty-launcher-497-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 155101 INFO  (jetty-launcher-497-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2313180b{/solr,null,AVAILABLE}
   [junit4]   2> 155103 INFO  (jetty-launcher-497-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@481bb015{HTTP/1.1,[http/1.1]}{127.0.0.1:34712}
   [junit4]   2> 155103 INFO  (jetty-launcher-497-thread-1) [    ] 
o.e.j.s.Server Started @157037ms
   [junit4]   2> 155103 INFO  (jetty-launcher-497-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34712}
   [junit4]   2> 155104 ERROR (jetty-launcher-497-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 155104 INFO  (jetty-launcher-497-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 155104 INFO  (jetty-launcher-497-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 155104 INFO  (jetty-launcher-497-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155104 INFO  (jetty-launcher-497-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T13:18:42.475Z
   [junit4]   2> 155106 INFO  (zkConnectionManagerCallback-502-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155107 INFO  (jetty-launcher-497-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 155113 INFO  (jetty-launcher-497-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49121/solr
   [junit4]   2> 155115 INFO  (zkConnectionManagerCallback-506-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155119 INFO  
(zkConnectionManagerCallback-508-thread-1-processing-n:127.0.0.1:34712_solr) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155253 INFO  (jetty-launcher-497-thread-1) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 155254 INFO  (jetty-launcher-497-thread-1) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34712_solr
   [junit4]   2> 155256 INFO  (jetty-launcher-497-thread-1) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer Overseer 
(id=72129210994982915-127.0.0.1:34712_solr-n_0000000000) starting
   [junit4]   2> 155268 INFO  (jetty-launcher-497-thread-1) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34712_solr
   [junit4]   2> 155268 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 155268 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 155270 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 155270 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 155270 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 155270 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 155271 INFO  
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 155273 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 155274 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 155274 DEBUG (ScheduledTrigger-524-thread-1) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 1
   [junit4]   2> 155376 INFO  (jetty-launcher-497-thread-1) 
[n:127.0.0.1:34712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34712.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155381 INFO  (jetty-launcher-497-thread-1) 
[n:127.0.0.1:34712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34712.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155382 INFO  (jetty-launcher-497-thread-1) 
[n:127.0.0.1:34712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34712.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155382 INFO  (jetty-launcher-497-thread-1) 
[n:127.0.0.1:34712_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/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_E38B41599D153D13-001/tempDir-001/node1/.
   [junit4]   2> 155412 INFO  (zkConnectionManagerCallback-512-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155416 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10041229f490004, likely client has closed socket
   [junit4]   2> 155418 INFO  (zkConnectionManagerCallback-516-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155420 INFO  
(SUITE-ComputePlanActionTest-seed#[E38B41599D153D13]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 155422 INFO  
(SUITE-ComputePlanActionTest-seed#[E38B41599D153D13]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49121/solr ready
   [junit4]   2> 155435 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeWithMultipleReplicasLost
   [junit4]   2> 155437 DEBUG 
(zkCallback-507-thread-1-processing-n:127.0.0.1:34712_solr) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 2
   [junit4]   2> 155437 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 2
   [junit4]   2> 155438 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 155439 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 155440 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 155441 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 155483 INFO  (qtp828779787-1585) [n:127.0.0.1:34712_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=8
   [junit4]   2> 155487 DEBUG (qtp828779787-1581) [n:127.0.0.1:34712_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 155488 INFO  (qtp828779787-1581) [n:127.0.0.1:34712_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=34
   [junit4]   2> 155489 DEBUG 
(zkCallback-507-thread-1-processing-n:127.0.0.1:34712_solr) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 3
   [junit4]   2> 155489 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 3
   [junit4]   2> 155489 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 155490 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 155490 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 155492 INFO  (qtp828779787-1585) [n:127.0.0.1:34712_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> 155493 DEBUG (qtp828779787-1582) [n:127.0.0.1:34712_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 155493 INFO  (qtp828779787-1582) [n:127.0.0.1:34712_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 155494 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 155495 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155495 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155495 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 155495 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3d458b1f{/solr,null,AVAILABLE}
   [junit4]   2> 155496 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@24f5a77d{HTTP/1.1,[http/1.1]}{127.0.0.1:59309}
   [junit4]   2> 155496 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.Server Started @157430ms
   [junit4]   2> 155496 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59309}
   [junit4]   2> 155496 ERROR 
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 155497 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.3.0
   [junit4]   2> 155497 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 155497 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155497 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T13:18:42.868Z
   [junit4]   2> 155500 INFO  (zkConnectionManagerCallback-519-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155500 DEBUG 
(zkCallback-507-thread-1-processing-n:127.0.0.1:34712_solr) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 4
   [junit4]   2> 155501 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 4
   [junit4]   2> 155501 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 155501 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 155501 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 155502 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 155507 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49121/solr
   [junit4]   2> 155509 INFO  (zkConnectionManagerCallback-523-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155513 INFO  
(zkConnectionManagerCallback-525-thread-1-processing-n:127.0.0.1:59309_solr) 
[n:127.0.0.1:59309_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155524 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:59309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 155526 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:59309_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 155529 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:59309_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59309_solr
   [junit4]   2> 155530 INFO  (zkCallback-515-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 155532 INFO  (zkCallback-515-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 155532 INFO  
(zkCallback-524-thread-1-processing-n:127.0.0.1:59309_solr) 
[n:127.0.0.1:59309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 155533 INFO  
(zkCallback-507-thread-2-processing-n:127.0.0.1:34712_solr) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 155533 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:59309_solr"} current state version: 0
   [junit4]   2> 155533 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:59309_solr
   [junit4]   2> 155663 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:59309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59309.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155669 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:59309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59309.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155669 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:59309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59309.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155670 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:59309_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/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_E38B41599D153D13-001/tempDir-001/node2/.
   [junit4]   2> 155690 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 155691 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155691 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155691 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 155691 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11160ac4{/solr,null,AVAILABLE}
   [junit4]   2> 155692 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@17d868e7{HTTP/1.1,[http/1.1]}{127.0.0.1:45584}
   [junit4]   2> 155692 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.Server Started @157626ms
   [junit4]   2> 155692 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45584}
   [junit4]   2> 155692 ERROR 
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 155692 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.3.0
   [junit4]   2> 155692 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 155692 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155692 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T13:18:43.063Z
   [junit4]   2> 155695 INFO  (zkConnectionManagerCallback-529-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155695 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 155702 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49121/solr
   [junit4]   2> 155704 INFO  (zkConnectionManagerCallback-533-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155707 INFO  
(zkConnectionManagerCallback-535-thread-1-processing-n:127.0.0.1:45584_solr) 
[n:127.0.0.1:45584_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155716 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:45584_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 155719 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:45584_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 155722 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:45584_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45584_solr
   [junit4]   2> 155723 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45584_solr"} current state version: 0
   [junit4]   2> 155723 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:45584_solr
   [junit4]   2> 155723 INFO  (zkCallback-515-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 155724 INFO  (zkCallback-515-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 155724 INFO  
(zkCallback-524-thread-1-processing-n:127.0.0.1:59309_solr) 
[n:127.0.0.1:59309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 155724 INFO  
(zkCallback-507-thread-2-processing-n:127.0.0.1:34712_solr) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 155726 INFO  
(zkCallback-534-thread-1-processing-n:127.0.0.1:45584_solr) 
[n:127.0.0.1:45584_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 155799 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:45584_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45584.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155805 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:45584_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45584.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155805 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:45584_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45584.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155806 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:45584_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/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_E38B41599D153D13-001/tempDir-001/node3/.
   [junit4]   2> 155837 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 155838 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155838 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155838 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 155839 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4b1bef4c{/solr,null,AVAILABLE}
   [junit4]   2> 155839 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@4ecc628d{HTTP/1.1,[http/1.1]}{127.0.0.1:63328}
   [junit4]   2> 155839 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.e.j.s.Server Started @157773ms
   [junit4]   2> 155839 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63328}
   [junit4]   2> 155840 ERROR 
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 155840 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.3.0
   [junit4]   2> 155840 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 155840 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155840 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T13:18:43.211Z
   [junit4]   2> 155843 INFO  (zkConnectionManagerCallback-539-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155843 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 155850 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49121/solr
   [junit4]   2> 155852 INFO  (zkConnectionManagerCallback-543-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155857 INFO  
(zkConnectionManagerCallback-545-thread-1-processing-n:127.0.0.1:63328_solr) 
[n:127.0.0.1:63328_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155866 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:63328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 155869 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:63328_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 155872 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:63328_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63328_solr
   [junit4]   2> 155873 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:63328_solr"} current state version: 0
   [junit4]   2> 155873 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:63328_solr
   [junit4]   2> 155873 INFO  (zkCallback-515-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 155874 INFO  (zkCallback-515-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 155874 INFO  
(zkCallback-524-thread-1-processing-n:127.0.0.1:59309_solr) 
[n:127.0.0.1:59309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 155874 INFO  
(zkCallback-507-thread-2-processing-n:127.0.0.1:34712_solr) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 155874 INFO  
(zkCallback-534-thread-1-processing-n:127.0.0.1:45584_solr) 
[n:127.0.0.1:45584_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 155875 INFO  
(zkCallback-544-thread-1-processing-n:127.0.0.1:63328_solr) 
[n:127.0.0.1:63328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 155965 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:63328_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63328.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155974 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:63328_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63328.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155974 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:63328_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63328.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25c02587
   [junit4]   2> 155975 INFO  
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[E38B41599D153D13])
 [n:127.0.0.1:63328_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/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_E38B41599D153D13-001/tempDir-001/node4/.
   [junit4]   2> 156012 INFO  (zkConnectionManagerCallback-549-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156030 INFO  (qtp828779787-1582) [n:127.0.0.1:34712_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> 156034 INFO  (qtp2034934692-1648) [n:127.0.0.1:45584_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=1
   [junit4]   2> 156036 INFO  (qtp1747890714-1624) [n:127.0.0.1:59309_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> 156040 INFO  (qtp441434592-1672) [n:127.0.0.1:63328_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=1
   [junit4]   2> 156041 DEBUG (qtp828779787-1586) [n:127.0.0.1:34712_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 156041 INFO  (qtp828779787-1586) [n:127.0.0.1:34712_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=27
   [junit4]   2> 156042 DEBUG 
(zkCallback-507-thread-2-processing-n:127.0.0.1:34712_solr) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 5
   [junit4]   2> 156042 INFO  (qtp828779787-1585) [n:127.0.0.1:34712_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> 156043 DEBUG 
(zkCallback-507-thread-2-processing-n:127.0.0.1:34712_solr) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:59309_solr, 127.0.0.1:34712_solr, 127.0.0.1:63328_solr, 
127.0.0.1:45584_solr]
   [junit4]   2> 156043 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 5
   [junit4]   2> 156045 INFO  
(OverseerThreadFactory-526-thread-1-processing-n:127.0.0.1:34712_solr) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testNodeWithMultipleReplicasLost
   [junit4]   2> 156046 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 156046 DEBUG 
(OverseerAutoScalingTriggerThread-72129210994982915-127.0.0.1:34712_solr-n_0000000000)
 [n:127.0.0.1:34712_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 156046 DEBUG (ScheduledTrigger-524-thread-1) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: 4
   [junit4]   2> 156057 INFO  (qtp828779787-1586) [n:127.0.0.1:34712_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> 156059 INFO  (qtp2034934692-1650) [n:127.0.0.1:45584_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> 156060 INFO  (qtp1747890714-1620) [n:127.0.0.1:59309_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> 156061 INFO  (qtp441434592-1674) [n:127.0.0.1:63328_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> 156080 INFO  
(OverseerThreadFactory-526-thread-1-processing-n:127.0.0.1:34712_solr) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, 
curr-time 1092789128 sessionWrapper.createTime 1092789110563562, 
this.sessionWrapper.createTime 1092789110563562 
   [junit4]   2> 156087 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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> 156088 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testNodeWithMultipleReplicasLost
   [junit4]   2> 156088 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2> 156194 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:63328/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 156194 INFO  
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:63328/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 156196 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 156196 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:63328/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 156198 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59309/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 156198 INFO  
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:59309/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 156200 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:63328/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 156200 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:63328/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:59309/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 156201 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45584/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 156202 INFO  
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:45584/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 156204 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:63328/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:59309/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 156204 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:63328/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:59309/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:45584/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 156205 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34712/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 156205 INFO  
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:34712/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 156207 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 156207 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:34712/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 156210 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 5, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45584/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 156210 INFO  
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:45584/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 156211 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:34712/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 156211 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:34712/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:45584/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 156213 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 6, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeWithMultipleReplicasLost",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59309/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 156213 INFO  
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:59309/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 156214 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:34712/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:45584/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 156214 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:34712/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:45584/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:59309/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 156315 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeWithMultipleReplicasLost/state.json version: 0
   [junit4]   2> 156419 INFO  (qtp1747890714-1625) [n:127.0.0.1:59309_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> 156419 INFO  (qtp1747890714-1618) [n:127.0.0.1:59309_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> 156419 INFO  (qtp1747890714-1625) [n:127.0.0.1:59309_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 156419 INFO  (qtp2034934692-1652) [n:127.0.0.1:45584_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> 156419 INFO  (qtp828779787-1586) [n:127.0.0.1:34712_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> 156420 INFO  (qtp2034934692-1652) [n:127.0.0.1:45584_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 156420 INFO  (qtp828779787-1586) [n:127.0.0.1:34712_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 156420 INFO  (qtp2034934692-1650) [n:127.0.0.1:45584_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> 156424 INFO  (qtp441434592-1674) [n:127.0.0.1:63328_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> 156424 INFO  (qtp441434592-1674) [n:127.0.0.1:63328_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 156431 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, 
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:59309/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59309_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> 156431 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:59309/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59309_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> 156431 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:59309/solr","node_name":"127.0.0.1:59309_solr","state":"down","type":"NRT"}
   [junit4]   2> 156431 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:63328/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:59309/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59309_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:45584/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node9":{
   [junit4]   2>           
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:34712/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:45584/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:59309/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 156431 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, 
message = {
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
   [junit4]   2>   "core_node_name":"core_node12",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59309/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59309_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> 156431 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
   [junit4]   2>   "core_node_name":"core_node12",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59309/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59309_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> 156431 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node12:{"core":"testNodeWithMultipleReplicasLost_shard2_replica_n10","base_url":"http://127.0.0.1:59309/solr","node_name":"127.0.0.1:59309_solr","state":"down","type":"NRT"}
   [junit4]   2> 156432 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:63328/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:59309/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59309_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:45584/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node9":{
   [junit4]   2>           
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:34712/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:45584/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:59309/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59309_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 156432 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, 
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:45584/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:45584_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> 156432 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:45584/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:45584_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> 156432 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:45584/solr","node_name":"127.0.0.1:45584_solr","state":"down","type":"NRT"}
   [junit4]   2> 156432 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:63328/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:59309/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59309_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:45584/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:45584_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:34712/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:45584/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:59309/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59309_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 156432 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, 
message = {
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>   "core_node_name":"core_node11",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:45584/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:45584_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> 156432 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
   [junit4]   2>   "core_node_name":"core_node11",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:45584/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:45584_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> 156432 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node11:{"core":"testNodeWithMultipleReplicasLost_shard2_replica_n8","base_url":"http://127.0.0.1:45584/solr","node_name":"127.0.0.1:45584_solr","state":"down","type":"NRT"}
   [junit4]   2> 156432 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:63328/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:59309/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59309_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:45584/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:45584_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:34712/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:45584/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:45584_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node12":{
   [junit4]   2>           
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
   [junit4]   2>           "base_url":"http://127.0.0.1:59309/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59309_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 156434 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_solr    ] o.a.s.c.Overseer processMessage: queueSize: 6, 
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:34712/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:34712_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> 156434 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:34712/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:34712_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> 156434 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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:34712/solr","node_name":"127.0.0.1:34712_solr","state":"down","type":"NRT"}
   [junit4]   2> 156434 DEBUG 
(OverseerStateUpdate-72129210994982915-127.0.0.1:34712_solr-n_0000000000) 
[n:127.0.0.1:34712_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",
   [

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

 noCFSRatio=0.26079701611034023
   [junit4]   2> 770296 INFO  (indexFetcher-2636-thread-1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 770296 INFO  (indexFetcher-2636-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1695a751[collection1] main]
   [junit4]   2> 770297 INFO  
(searcherExecutor-2632-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1695a751[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C493)))}
   [junit4]   2> 770348 INFO  (qtp1524184709-6797) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=493 status=0 QTime=0
   [junit4]   2> 770348 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.h.TestReplicationHandler Waited for 300ms and found 493 docs
   [junit4]   2> 770349 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestReplicateAfterStartup
   [junit4]   2> 770350 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@4df16c91{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 770350 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1564719443
   [junit4]   2> 770350 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 770350 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1c1acfea: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@673faa82
   [junit4]   2> 770353 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 770353 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1859273d: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@178281ab
   [junit4]   2> 770354 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 770354 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4349dd5f: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@114b4030
   [junit4]   2> 770355 INFO  (coreCloseExecutor-2638-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@757cb687
   [junit4]   2> 770355 INFO  (coreCloseExecutor-2638-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1971107463
   [junit4]   2> 770355 INFO  (coreCloseExecutor-2638-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7ddea711: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4656f9b5
   [junit4]   2> 770360 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@215abe72{/solr,null,UNAVAILABLE}
   [junit4]   2> 770360 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 770364 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@3b82d0e6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 770364 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1374500189
   [junit4]   2> 770364 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 770364 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@443d1b92: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@6a7ffca6
   [junit4]   2> 770367 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 770367 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7f4b934f: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@178281ab
   [junit4]   2> 770370 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 770370 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@bd537c1: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@114b4030
   [junit4]   2> 770371 INFO  (coreCloseExecutor-2640-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@b2f7770
   [junit4]   2> 770371 INFO  (coreCloseExecutor-2640-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=187660144
   [junit4]   2> 770371 INFO  (coreCloseExecutor-2640-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@634fed27: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@37e61efd
   [junit4]   2> 770376 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7256d1ff{/solr,null,UNAVAILABLE}
   [junit4]   2> 770376 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[E38B41599D153D13])
 [    ] o.e.j.s.session Stopped scavenging
   [junit4] IGNOR/A 0.00s J0 | 
TestReplicationHandler.doTestIndexFetchOnMasterRestart
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-9036))
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E38B41599D153D13-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-GT, 
timezone=America/Argentina/Mendoza
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 
(64-bit)/cpus=3,threads=1,free=111893136,total=387973120
   [junit4]   2> NOTE: All tests run in this JVM: [TestLFUCache, 
SynonymTokenizerTest, TestOmitPositions, SearchHandlerTest, 
TestCloudPseudoReturnFields, TestEmbeddedSolrServerSchemaAPI, 
TestPhraseSuggestions, SubstringBytesRefFilterTest, RuleEngineTest, 
TestXIncludeConfig, TestPKIAuthenticationPlugin, SparseHLLTest, 
CacheHeaderTest, SolrCLIZkUtilsTest, TestQueryUtils, TestInitQParser, 
HLLSerializationTest, RequestLoggingTest, CoreAdminRequestStatusTest, 
RollingRestartTest, RecoveryZkTest, CreateCollectionCleanupTest, 
TestSolrConfigHandlerConcurrent, ComputePlanActionTest, TestPushWriter, 
DistanceUnitsTest, TestSegmentSorting, DistributedFacetPivotLargeTest, 
SolrTestCaseJ4Test, LeaderElectionContextKeyTest, ExitableDirectoryReaderTest, 
TestFieldCollectionResource, ConfigSetsAPITest, ReplicaListTransformerTest, 
FileUtilsTest, TestLeaderInitiatedRecoveryThread, TestBulkSchemaAPI, 
TestCollationField, TestPrepRecovery, V2ApiIntegrationTest, 
TestSizeLimitedDistributedMap, TestNumericTerms64, 
TestSerializedLuceneMatchVersion, PolyFieldTest, LukeRequestHandlerTest, 
OpenCloseCoreStressTest, ShardRoutingCustomTest, 
TestSolrCloudWithDelegationTokens, FieldMutatingUpdateProcessorTest, 
TestFieldCache, TlogReplayBufferedWhileIndexingTest, TestHdfsUpdateLog, 
TestLocalFSCloudBackupRestore, DistributedFacetPivotSmallAdvancedTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, SortSpecParsingTest, 
TestSolrCloudSnapshots, TestExpandComponent, TestComputePlanAction, 
MetricTriggerTest, MissingSegmentRecoveryTest, MultiTermTest, 
BaseCdcrDistributedZkTest, TestExactStatsCache, TestReplicationHandler]
   [junit4] Completed [127/774 (2!)] on J0 in 91.48s, 16 tests, 1 error, 1 
skipped <<< FAILURES!

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

Reply via email to