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

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node4:{"core":"c8n_1x3_lf_shard1_replica_n1","base_url":"http://127.0.0.1:43438","node_name":"127.0.0.1:43438_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "core":"c8n_1x3_lf_shard1_replica_n1",           
"base_url":"http://127.0.0.1:43438";,           "node_name":"127.0.0.1:43438_",  
         "state":"active",           "type":"NRT",           "leader":"true"},  
       "core_node5":{           "core":"c8n_1x3_lf_shard1_replica_n2",          
 "base_url":"http://127.0.0.1:45981";,           "node_name":"127.0.0.1:45981_", 
          "state":"down",           "type":"NRT"},         "core_node6":{       
    "state":"down",           "base_url":"http://127.0.0.1:33388";,           
"core":"c8n_1x3_lf_shard1_replica_n3",           
"node_name":"127.0.0.1:33388_",           "type":"NRT"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node4:{"core":"c8n_1x3_lf_shard1_replica_n1","base_url":"http://127.0.0.1:43438","node_name":"127.0.0.1:43438_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "base_url":"http://127.0.0.1:43438";,
          "node_name":"127.0.0.1:43438_",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:45981";,
          "node_name":"127.0.0.1:45981_",
          "state":"down",
          "type":"NRT"},
        "core_node6":{
          "state":"down",
          "base_url":"http://127.0.0.1:33388";,
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "node_name":"127.0.0.1:33388_",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([49336704300C9DDB:C16758DE9EF0F023]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testIntegration

Error Message:


Stack Trace:
java.util.ConcurrentModificationException
        at 
__randomizedtesting.SeedInfo.seed([49336704300C9DDB:F952692815333CFE]:0)
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
        at java.util.ArrayList$Itr.next(ArrayList.java:859)
        at 
org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.tearDown(SimSolrCloudTestCase.java:141)
        at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12136 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestExecutePlanAction_49336704300C9DDB-001/init-core-data-001
   [junit4]   2> 1085617 WARN  
(SUITE-TestExecutePlanAction-seed#[49336704300C9DDB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 1085618 INFO  
(SUITE-TestExecutePlanAction-seed#[49336704300C9DDB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1085619 INFO  
(SUITE-TestExecutePlanAction-seed#[49336704300C9DDB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1085619 INFO  
(SUITE-TestExecutePlanAction-seed#[49336704300C9DDB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1085634 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1085635 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 0
   [junit4]   2> 1085635 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 
127.0.0.1:10000_solr]
   [junit4]   2> 1085635 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 1085635 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 1085637 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 1085637 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
1
   [junit4]   2> 1085639 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 1085640 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1085641 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
   [junit4]   2>        at 
java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:154)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1085641 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1085644 WARN  (ScheduledTrigger-2994-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger NodeLostTrigger ran but was already closed
   [junit4]   2> 1085645 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1085645 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 2
   [junit4]   2> 1085645 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 
127.0.0.1:10000_solr]
   [junit4]   2> 1085645 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion -1
   [junit4]   2> 1085645 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1085646 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1085646 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1085646 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085671 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085696 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085719 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085739 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085749 DEBUG (simCloudManagerPool-2996-thread-1) [    ] 
o.a.s.c.o.ClusterStateMutator building a new cName: testExecute
   [junit4]   2> 1085759 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085760 DEBUG (simCloudManagerPool-2996-thread-1) [    ] 
o.a.s.c.Assign Identify nodes using default
   [junit4]   2> 1085780 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085797 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction Collection ready after 1278ms
   [junit4]   2> 1085800 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085802 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"1506cac20d752dc0Tbyt3rr1skkxg5lpts9y8p7wx2",
   [junit4]   2>   "source":"mock_trigger_name",
   [junit4]   2>   "eventTime":1515121259455000000,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1515121259455000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}} with context 
properties: 
{operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@27616652,
 org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction$1@2a29f8c5]}
   [junit4]   2> 1085803 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.ExecutePlanAction Executing operation: 
action=MOVEREPLICA&collection=testExecute&targetNode=127.0.0.1:10001_solr&inPlaceMove=true&replica=core_node2
   [junit4]   2> 1085821 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085841 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085861 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085882 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085902 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085905 DEBUG (simCloudManagerPool-2996-thread-4) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node4":{
   [junit4]   2>     "core":"testExecute_shard1_replica_n3",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testExecute",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT"}}
   [junit4]   2> 1085922 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085943 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085963 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1085983 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086004 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086023 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.ExecutePlanAction Executing operation: action=OVERSEERSTATUS
   [junit4]   2> 1086025 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086025 DEBUG (simCloudManagerPool-2996-thread-5) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testExecute / 
shard1: {"core_node1":{
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "core":"testExecute_shard1_replica_n1",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInBytes":123450000,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testExecute"}}
   [junit4]   2> 1086028 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction Collection ready after 14ms
   [junit4]   2> 1086028 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
   [junit4]   2> 1086028 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Node values: {
   [junit4]   2>   "127.0.0.1:10001_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":2,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":980,
   [junit4]   2>     "sysprop.java.version":"1.8.0_152",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10001_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10001,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0},
   [junit4]   2>   "127.0.0.1:10000_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":0,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":1000,
   [junit4]   2>     "sysprop.java.version":"1.8.0_152",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10000_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10000,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
   [junit4]   2> 1086029 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10001_solr, 
127.0.0.1:10000_solr]
   [junit4]   2> 1086030 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Collection testExecute state: 
DocCollection(testExecute//clusterstate.json/3)={
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node1":{
   [junit4]   2>           "core":"testExecute_shard1_replica_n1",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "INDEX.sizeInBytes":123450000,
   [junit4]   2>           "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>           "core":"testExecute_shard1_replica_n3",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "INDEX.sizeInBytes":123450000,
   [junit4]   2>           "type":"NRT"}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 1086030 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testExecute
   [junit4]   2> 1086030 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase 
   [junit4]   2> 
   [junit4]   2> 1086030 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 1086030 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ############ FINAL CLUSTER STATS ############
   [junit4]   2> 1086030 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 
   [junit4]   2> 1086030 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Live nodes:          2
   [junit4]   2> 1086032 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Empty nodes: 1
   [junit4]   2> 1086032 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Dead nodes:          0
   [junit4]   2> 1086032 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Collections: [testExecute]
   [junit4]   2> 1086032 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Max replicas per node:       2
   [junit4]   2> 1086032 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Min replicas per node:       0
   [junit4]   2> 1086032 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Total replicas:              2
   [junit4]   2> 1086034 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## * testExecute                2
   [junit4]   2> 1086035 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##              - active           2
   [junit4]   2> 1086035 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ######### Final Solr op counts ##########
   [junit4]   2> 1086035 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##              - CREATE             1
   [junit4]   2> 1086036 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##              - DELETESTATUS       2
   [junit4]   2> 1086036 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##              - MOVEREPLICA        1
   [junit4]   2> 1086036 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##              - OVERSEERSTATUS     1
   [junit4]   2> 1086036 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##              - REQUESTSTATUS      2
   [junit4]   2> 1086036 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
   [junit4]   2> 1086046 DEBUG (ScheduledTrigger-2997-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086049 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testIntegration
   [junit4]   2> 1086050 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 1086050 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1086050 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 1086051 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1086052 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1086052 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1086052 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
   [junit4]   2>        at 
java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:154)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1086053 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1086054 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 4
   [junit4]   2> 1086054 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 
127.0.0.1:10000_solr]
   [junit4]   2> 1086054 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion -1
   [junit4]   2> 1086054 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1086055 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1086055 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1086055 DEBUG (ScheduledTrigger-3000-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086076 DEBUG (ScheduledTrigger-3000-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086105 DEBUG (ScheduledTrigger-3000-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086125 DEBUG (ScheduledTrigger-3000-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086145 DEBUG (ScheduledTrigger-3000-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086166 DEBUG (ScheduledTrigger-3000-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086186 DEBUG (ScheduledTrigger-3000-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086196 DEBUG (simCloudManagerPool-2999-thread-1) [    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1086197 DEBUG (simCloudManagerPool-2999-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
5
   [junit4]   2> 1086197 DEBUG (simCloudManagerPool-2999-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 
127.0.0.1:10000_solr]
   [junit4]   2> 1086197 DEBUG (simCloudManagerPool-2999-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 
127.0.0.1:10000_solr]
   [junit4]   2> 1086197 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1086198 DEBUG (simCloudManagerPool-2999-thread-2) [    ] 
o.a.s.c.o.ClusterStateMutator building a new cName: testIntegration
   [junit4]   2> 1086198 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1086198 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1086198 DEBUG (ScheduledTrigger-3000-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 1086206 DEBUG (ScheduledTrigger-3000-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086208 DEBUG (simCloudManagerPool-2999-thread-2) [    ] 
o.a.s.c.Assign Identify nodes using default
   [junit4]   2> 1086219 DEBUG (ScheduledTrigger-3000-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 1086227 DEBUG (ScheduledTrigger-3000-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1086231 DEBUG (simCloudManagerPool-2999-thread-5) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testIntegration / 
shard1: {"core_node2":{
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "core":"testIntegration_shard1_replica_n2",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInBytes":123450000,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testIntegration"}}
   [junit4]   2> 1086239 DEBUG (ScheduledTrigger-3000-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 1
   [junit4]   2> 1086239 DEBUG (ScheduledTrigger-3000-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10001_solr
   [junit4]   2> 1086247 DEBUG (ScheduledTrigger-3000-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1
   [junit4]   2> 1086247 DEBUG (ScheduledTrigger-3000-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10001_solr
   [junit4]   2> 1086259 DEBUG (ScheduledTrigger-3000-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 1
   [junit4]   2> 1086259 DEBUG (ScheduledTrigger-3000-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost 
nodes: [127.0.0.1:10001_solr]
   [junit4]   2> 1086260 DEBUG (ScheduledTrigger-3000-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"a2dde8fa6b36bTbyt3rr1skkxg5lpts9y8p7wx3",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":2865183683162987,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2865183683162987],
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}}
   [junit4]   2> 1086264 DEBUG (AutoscalingActionExecutor-3001-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"a2dde8fa6b36bTbyt3rr1skkxg5lpts9y8p7wx3",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":2865183683162987,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2865183683162987],
   [junit4]   2>     "_enqueue_time_":2865184711798887,
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}}
   [junit4]   2> 1086266 DEBUG (AutoscalingActionExecutor-3001-thread-1) [    ] 
o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"a2dde8fa6b36bTbyt3rr1skkxg5lpts9y8p7wx3",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":2865183683162987,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2865183683162987],
   [junit4]   2>     "_enqueue_time_":2865184711798887,
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}} with context 
properties: {BEFORE_ACTION=[compute_plan]}
   [junit4]   2> 1086280 INFO  (AutoscalingActionExecutor-3001-thread-1) [    ] 
o.a.s.c.a.ComputePlanAction Computed Plan: 
action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10000_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 1086281 INFO  (AutoscalingActionExecutor-3001-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 2865185764 
sessionWrapper.createTime 2865185443385537, this.sessionWrapper.createTime 
2865185443385537 
   [junit4]   2> 1086281 DEBUG (AutoscalingActionExecutor-3001-thread-1) [    ] 
o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"a2dde8fa6b36bTbyt3rr1skkxg5lpts9y8p7wx3",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":2865183683162987,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2865183683162987],
   [junit4]   2>     "_enqueue_time_":2865184711798887,
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}} with context 
properties: 
{operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@55920631],
 AFTER_ACTION=[compute_plan], BEFORE_ACTION=[compute_plan, execute_plan]}
   [junit4]   2> 1086282 DEBUG (AutoscalingActionExecutor-3001-thread-1) [    ] 
o.a.s.c.a.ExecutePlanAction Executing operation: 
action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10000_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 1086383 DEBUG (simCloudManagerPool-2999-thread-7) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node4":{
   [junit4]   2>     "core":"testIntegration_shard1_replica_n3",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testIntegration",
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "type":"NRT"}}
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Node values: {
   [junit4]   2>   "127.0.0.1:10001_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":1,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":970,
   [junit4]   2>     "sysprop.java.version":"1.8.0_152",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10001_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10001,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0},
   [junit4]   2>   "127.0.0.1:10000_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":2,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":980,
   [junit4]   2>     "sysprop.java.version":"1.8.0_152",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10000_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10000,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10000_solr]
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Collection testIntegration state: 
DocCollection(testIntegration//clusterstate.json/10)={
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testIntegration_shard1_replica_n2",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "INDEX.sizeInBytes":123450000,
   [junit4]   2>           "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>           "core":"testIntegration_shard1_replica_n3",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "INDEX.sizeInBytes":123450000,
   [junit4]   2>           "type":"NRT"}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testIntegration
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase 
   [junit4]   2> 
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ############ FINAL CLUSTER STATS ############
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Live nodes:              1
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Empty nodes:     0
   [junit4]   2> 1086494 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Dead nodes:              1
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##          127.0.0.1:10001_solr
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Collections:     [testIntegration]
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Max replicas per node:   2
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Min replicas per node:   2
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## Total replicas:          2
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ## * testIntegration                2
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##          - active           2
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ######### Final Solr op counts ##########
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##          - CREATE             1
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##          - DELETESTATUS       1
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##          - MOVEREPLICA        1
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##          - REQUESTSTATUS      1
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##          - autoscaling        1
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ##          - update             1
   [junit4]   2> 1086495 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
   [junit4]   2> 1086496 DEBUG (AutoscalingActionExecutor-3001-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers -- processing took 11559 ms for event 
id=a2dde8fa6b36bTbyt3rr1skkxg5lpts9y8p7wx3
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestExecutePlanAction -Dtests.method=testIntegration 
-Dtests.seed=49336704300C9DDB -Dtests.slow=true -Dtests.locale=hu 
-Dtests.timezone=Atlantic/St_Helena -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.46s J1 | TestExecutePlanAction.testIntegration <<<
   [junit4]    > Throwable #1: java.util.ConcurrentModificationException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([49336704300C9DDB:F952692815333CFE]:0)
   [junit4]    >        at 
java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
   [junit4]    >        at java.util.ArrayList$Itr.next(ArrayList.java:859)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.tearDown(SimSolrCloudTestCase.java:141)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1086496 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 1086501 DEBUG 
(SUITE-TestExecutePlanAction-seed#[49336704300C9DDB]-worker) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestExecutePlanAction_49336704300C9DDB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1846, maxMBSortInHeap=6.575937696886248, 
sim=RandomSimilarity(queryNorm=true): {}, locale=hu, timezone=Atlantic/St_Helena
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 
(64-bit)/cpus=3,threads=1,free=186625488,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressLiveNodes, 
TestClusterStateMutator, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
SearchHandlerTest, TestReplicationHandlerBackup, BlobRepositoryCloudTest, 
TestFieldCacheSortRandom, TestSort, HdfsDirectoryTest, TestSolrJ, 
TermVectorComponentTest, RecoveryAfterSoftCommitTest, CdcrBootstrapTest, 
DistributedMLTComponentTest, AnalysisAfterCoreReloadTest, 
TestCorePropertiesReload, TermVectorComponentDistributedTest, 
HdfsNNFailoverTest, TestFieldCollectionResource, CdcrReplicationHandlerTest, 
TestCrossCoreJoin, HttpPartitionTest, TestGroupingSearch, SynonymTokenizerTest, 
TestDelegationWithHadoopAuth, TestExportWriter, LargeFieldTest, 
DeleteStatusTest, TestCloudSchemaless, DistributedFacetPivotLargeTest, 
TestSolrConfigHandler, TestPerFieldSimilarity, 
TestLegacyNumericRangeQueryBuilder, TestPivotHelperCode, 
CollectionsAPIDistributedZkTest, DeleteReplicaTest, 
TestPostingsSolrHighlighter, TestIndexSearcher, ReplaceNodeTest, 
TestIntervalFaceting, TestHashPartitioner, TestUseDocValuesAsStored2, 
SSLMigrationTest, MultiThreadedOCPTest, TestQueryWrapperFilter, 
TestRandomFaceting, CustomHighlightComponentTest, TestConfigsApi, 
TestCloudPivotFacet, UpdateLogTest, ConnectionManagerTest, CacheHeaderTest, 
TestSerializedLuceneMatchVersion, TestCustomSort, TestFaceting, 
TestSystemIdResolver, AliasIntegrationTest, TestSolrIndexConfig, 
TestSolrCloudWithKerberosAlt, TestSQLHandlerNonCloud, TestApiFramework, 
DocValuesTest, TestHalfAndHalfDocValues, SimplePostToolTest, 
BasicAuthStandaloneTest, TestExceedMaxTermLength, TestMinMaxOnMultiValuedField, 
TestLockTree, TestCollectionsAPIViaSolrCloudCluster, 
TestSchemalessBufferedUpdates, TestPerFieldSimilarityWithDefaultOverride, 
QueryResultKeyTest, TestLRUStatsCache, TestExecutePlanAction]
   [junit4] Completed [157/765 (1!)] on J1 in 0.90s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 667 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/init-core-data-001
   [junit4]   2> 1922226 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[49336704300C9DDB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1922227 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[49336704300C9DDB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1922227 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[49336704300C9DDB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1922227 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[49336704300C9DDB]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1922229 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1922230 INFO  (Thread-5163) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1922230 INFO  (Thread-5163) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1922231 ERROR (Thread-5163) [    ] 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> 1922330 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35343
   [junit4]   2> 1922332 INFO  (zkConnectionManagerCallback-4115-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1922336 INFO  (zkConnectionManagerCallback-4117-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1922343 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1922345 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1922347 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1922349 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1922350 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1922352 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1922354 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1922356 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1922357 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1922360 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1922361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1922363 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1922517 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1922518 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@238d065c{/,null,AVAILABLE}
   [junit4]   2> 1922519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2b5ee875{HTTP/1.1,[http/1.1]}{127.0.0.1:43335}
   [junit4]   2> 1922519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.e.j.s.Server Started @1927144ms
   [junit4]   2> 1922519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/tempDir-001/control/data,
 hostContext=/, hostPort=33388, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/control-001/cores}
   [junit4]   2> 1922519 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1922519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1922519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1922519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1922519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-05T03:14:56.173Z
   [junit4]   2> 1922521 INFO  (zkConnectionManagerCallback-4119-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1922522 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1922522 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/control-001/solr.xml
   [junit4]   2> 1922524 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1922524 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1922525 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f36a3f5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1922527 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35343/solr
   [junit4]   2> 1922528 INFO  (zkConnectionManagerCallback-4123-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1922530 INFO  
(zkConnectionManagerCallback-4125-thread-1-processing-n:127.0.0.1:33388_) 
[n:127.0.0.1:33388_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1922647 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:33388_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1922648 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:33388_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:33388_
   [junit4]   2> 1922649 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:33388_    ] o.a.s.c.Overseer Overseer 
(id=99295041675919364-127.0.0.1:33388_-n_0000000000) starting
   [junit4]   2> 1922659 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:33388_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33388_
   [junit4]   2> 1922661 INFO  
(OverseerStateUpdate-99295041675919364-127.0.0.1:33388_-n_0000000000) 
[n:127.0.0.1:33388_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1922727 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:33388_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f36a3f5
   [junit4]   2> 1922733 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:33388_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f36a3f5
   [junit4]   2> 1922733 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:33388_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f36a3f5
   [junit4]   2> 1922734 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:33388_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/control-001/cores
   [junit4]   2> 1922748 INFO  (zkConnectionManagerCallback-4131-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1922750 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1922751 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35343/solr ready
   [junit4]   2> 1922751 INFO  (SocketProxy-Acceptor-33388) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53116,localport=33388], receiveBufferSize:130880
   [junit4]   2> 1922752 INFO  (SocketProxy-Acceptor-33388) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43335,localport=49967], receiveBufferSize=139264
   [junit4]   2> 1922753 INFO  (qtp888731167-19412) [n:127.0.0.1:33388_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33388_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1922755 INFO  
(OverseerThreadFactory-6412-thread-1-processing-n:127.0.0.1:33388_) 
[n:127.0.0.1:33388_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1922866 INFO  (SocketProxy-Acceptor-33388) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53900,localport=33388], receiveBufferSize:130880
   [junit4]   2> 1922867 INFO  (SocketProxy-Acceptor-33388) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43335,localport=37463], receiveBufferSize=139264
   [junit4]   2> 1922868 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1922869 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1922983 INFO  
(zkCallback-4124-thread-1-processing-n:127.0.0.1:33388_) [n:127.0.0.1:33388_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1923891 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1923904 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1924022 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1924051 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 1924052 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f36a3f5
   [junit4]   2> 1924052 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1924052 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1924054 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.529296875, 
floorSegmentMB=0.7939453125, forceMergeDeletesPctAllowed=2.0415430340164886, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1924058 WARN  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1924099 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1924099 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1924100 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1924100 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1924101 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2071206701, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1924101 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1362536c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1924102 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1924103 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1924103 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1924104 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1588720668778692608
   [junit4]   2> 1924104 INFO  
(searcherExecutor-6415-thread-1-processing-n:127.0.0.1:33388_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:33388_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@1362536c[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1924110 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1924110 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1924110 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33388/control_collection_shard1_replica_n1/
   [junit4]   2> 1924110 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1924110 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:33388/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1924111 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1924120 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33388/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1924221 INFO  
(zkCallback-4124-thread-2-processing-n:127.0.0.1:33388_) [n:127.0.0.1:33388_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1924272 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1924275 INFO  (qtp888731167-19414) [n:127.0.0.1:33388_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1407
   [junit4]   2> 1924279 INFO  (qtp888731167-19412) [n:127.0.0.1:33388_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1924379 INFO  
(zkCallback-4124-thread-2-processing-n:127.0.0.1:33388_) [n:127.0.0.1:33388_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1924758 INFO  
(OverseerCollectionConfigSetProcessor-99295041675919364-127.0.0.1:33388_-n_0000000000)
 [n:127.0.0.1:33388_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1925282 INFO  (qtp888731167-19412) [n:127.0.0.1:33388_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33388_&wt=javabin&version=2}
 status=0 QTime=2530
   [junit4]   2> 1925286 INFO  (zkConnectionManagerCallback-4135-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925288 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1925289 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35343/solr ready
   [junit4]   2> 1925289 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1925290 INFO  (SocketProxy-Acceptor-33388) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57696,localport=33388], receiveBufferSize:130880
   [junit4]   2> 1925290 INFO  (SocketProxy-Acceptor-33388) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43335,localport=64748], receiveBufferSize=139264
   [junit4]   2> 1925291 INFO  (qtp888731167-19416) [n:127.0.0.1:33388_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1925294 INFO  
(OverseerThreadFactory-6412-thread-2-processing-n:127.0.0.1:33388_) 
[n:127.0.0.1:33388_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1925295 WARN  
(OverseerThreadFactory-6412-thread-2-processing-n:127.0.0.1:33388_) 
[n:127.0.0.1:33388_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 1925500 INFO  (qtp888731167-19416) [n:127.0.0.1:33388_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1925500 INFO  (qtp888731167-19416) [n:127.0.0.1:33388_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=210
   [junit4]   2> 1925615 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/shard-1-001
 of type NRT
   [junit4]   2> 1925616 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1925617 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5946f080{/,null,AVAILABLE}
   [junit4]   2> 1925617 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2bd05523{HTTP/1.1,[http/1.1]}{127.0.0.1:38517}
   [junit4]   2> 1925617 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.e.j.s.Server Started @1930243ms
   [junit4]   2> 1925617 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=32976, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/shard-1-001/cores}
   [junit4]   2> 1925618 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1925618 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1925618 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1925618 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1925618 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-05T03:14:59.272Z
   [junit4]   2> 1925619 INFO  (zkConnectionManagerCallback-4137-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925621 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1925621 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/shard-1-001/solr.xml
   [junit4]   2> 1925623 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1925623 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1925624 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f36a3f5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1925626 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35343/solr
   [junit4]   2> 1925627 INFO  (zkConnectionManagerCallback-4141-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925630 INFO  
(zkConnectionManagerCallback-4143-thread-1-processing-n:127.0.0.1:32976_) 
[n:127.0.0.1:32976_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925640 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:32976_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1925644 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:32976_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1925647 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:32976_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32976_
   [junit4]   2> 1925648 INFO  
(zkCallback-4124-thread-2-processing-n:127.0.0.1:33388_) [n:127.0.0.1:33388_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1925648 INFO  (zkCallback-4134-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1925649 INFO  
(zkCallback-4142-thread-1-processing-n:127.0.0.1:32976_) [n:127.0.0.1:32976_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1925716 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:32976_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f36a3f5
   [junit4]   2> 1925724 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:32976_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f36a3f5
   [junit4]   2> 1925724 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:32976_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f36a3f5
   [junit4]   2> 1925725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) 
[n:127.0.0.1:32976_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/shard-1-001/cores
   [junit4]   2> 1925744 INFO  (SocketProxy-Acceptor-32976) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=59956,localport=32976], receiveBufferSize:130880
   [junit4]   2> 1925745 INFO  (SocketProxy-Acceptor-32976) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38517,localport=39068], receiveBufferSize=139264
   [junit4]   2> 1925746 INFO  (qtp1994004652-19468) [n:127.0.0.1:32976_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:32976_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1925749 INFO  
(OverseerCollectionConfigSetProcessor-99295041675919364-127.0.0.1:33388_-n_0000000000)
 [n:127.0.0.1:33388_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1925750 INFO  
(OverseerThreadFactory-6412-thread-3-processing-n:127.0.0.1:33388_) 
[n:127.0.0.1:33388_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:32976_ 
for creating new replica
   [junit4]   2> 1925752 INFO  (SocketProxy-Acceptor-32976) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52607,localport=32976], receiveBufferSize:130880
   [junit4]   2> 1925753 INFO  (SocketProxy-Acceptor-32976) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38517,localport=54326], receiveBufferSize=139264
   [junit4]   2> 1925753 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1925754 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1926770 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1926796 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 1926885 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1926910 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1926911 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f36a3f5
   [junit4]   2> 1926911 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1926911 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 1926912 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.529296875, 
floorSegmentMB=0.7939453125, forceMergeDeletesPctAllowed=2.0415430340164886, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1926914 WARN  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1926962 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1926962 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1926963 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1926963 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1926964 INFO  (qtp1994004652-19470) [n:127.0.0.1:32976_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMer

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

   2> 2051372 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
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> 2051379 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35343 35343
   [junit4]   2> 2061434 INFO  (Thread-5163) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35343 35343
   [junit4]   2> 2061435 WARN  (Thread-5163) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        3       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2061435 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:32976/, target: 
http://127.0.0.1:38517/
   [junit4]   2> 2061435 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:43438/, target: 
http://127.0.0.1:60060/
   [junit4]   2> 2061435 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:45981/, target: 
http://127.0.0.1:59416/
   [junit4]   2> 2061436 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[49336704300C9DDB]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:33388/, target: 
http://127.0.0.1:43335/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=49336704300C9DDB -Dtests.slow=true -Dtests.locale=ar 
-Dtests.timezone=America/Moncton -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  139s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node4:{"core":"c8n_1x3_lf_shard1_replica_n1","base_url":"http://127.0.0.1:43438","node_name":"127.0.0.1:43438_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node4":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n1",
   [junit4]    >           "base_url":"http://127.0.0.1:43438";,
   [junit4]    >           "node_name":"127.0.0.1:43438_",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node5":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n2",
   [junit4]    >           "base_url":"http://127.0.0.1:45981";,
   [junit4]    >           "node_name":"127.0.0.1:45981_",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node6":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:33388";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n3",
   [junit4]    >           "node_name":"127.0.0.1:33388_",
   [junit4]    >           "type":"NRT"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"3",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([49336704300C9DDB:C16758DE9EF0F023]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_49336704300C9DDB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=Direct), text=FSTOrd50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Memory), 
intDefault=DocValuesFormat(name=Memory), id_i1=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
range_facet_l=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1813, 
maxMBSortInHeap=5.1924247456840025, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar, timezone=America/Moncton
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 
(64-bit)/cpus=3,threads=1,free=112237168,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressLiveNodes, 
TestClusterStateMutator, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
SearchHandlerTest, TestReplicationHandlerBackup, BlobRepositoryCloudTest, 
TestFieldCacheSortRandom, TestSort, HdfsDirectoryTest, TestSolrJ, 
TermVectorComponentTest, RecoveryAfterSoftCommitTest, CdcrBootstrapTest, 
DistributedMLTComponentTest, AnalysisAfterCoreReloadTest, 
TestCorePropertiesReload, TermVectorComponentDistributedTest, 
HdfsNNFailoverTest, TestFieldCollectionResource, CdcrReplicationHandlerTest, 
TestCrossCoreJoin, HttpPartitionTest, TestGroupingSearch, SynonymTokenizerTest, 
TestDelegationWithHadoopAuth, TestExportWriter, LargeFieldTest, 
DeleteStatusTest, TestCloudSchemaless, DistributedFacetPivotLargeTest, 
TestSolrConfigHandler, TestPerFieldSimilarity, 
TestLegacyNumericRangeQueryBuilder, TestPivotHelperCode, 
CollectionsAPIDistributedZkTest, DeleteReplicaTest, 
TestPostingsSolrHighlighter, TestIndexSearcher, ReplaceNodeTest, 
TestIntervalFaceting, TestHashPartitioner, TestUseDocValuesAsStored2, 
SSLMigrationTest, MultiThreadedOCPTest, TestQueryWrapperFilter, 
TestRandomFaceting, CustomHighlightComponentTest, TestConfigsApi, 
TestCloudPivotFacet, UpdateLogTest, ConnectionManagerTest, CacheHeaderTest, 
TestSerializedLuceneMatchVersion, TestCustomSort, TestFaceting, 
TestSystemIdResolver, AliasIntegrationTest, TestSolrIndexConfig, 
TestSolrCloudWithKerberosAlt, TestSQLHandlerNonCloud, TestApiFramework, 
DocValuesTest, TestHalfAndHalfDocValues, SimplePostToolTest, 
BasicAuthStandaloneTest, TestExceedMaxTermLength, TestMinMaxOnMultiValuedField, 
TestLockTree, TestCollectionsAPIViaSolrCloudCluster, 
TestSchemalessBufferedUpdates, TestPerFieldSimilarityWithDefaultOverride, 
QueryResultKeyTest, TestLRUStatsCache, TestExecutePlanAction, 
ConcurrentDeleteAndCreateCollectionTest, SpellPossibilityIteratorTest, 
TestNumericRangeQuery32, TestRecoveryHdfs, TestNumericTokenStream, 
TestFieldTypeCollectionResource, TestLargeCluster, TestSolrQueryResponse, 
TestUninvertingReader, LeaderInitiatedRecoveryOnCommitTest, 
OverseerCollectionConfigSetProcessorTest, NumberUtilsTest, 
TestWordDelimiterFilterFactory, FacetPivotSmallTest, TestReload, 
SolrCloudExampleTest, AnalysisErrorHandlingTest, TestFieldCacheWithThreads, 
RuleEngineTest, HdfsSyncSliceTest, TestJsonRequest, TestExactSharedStatsCache, 
TestMergePolicyConfig, TestZkChroot, TestSimpleTrackingShardHandler, 
TestFoldingMultitermQuery, QueryEqualityTest, SimpleFacetsTest, 
SpatialHeatmapFacetsTest, TestElisionMultitermQuery, 
SolrCoreCheckLockOnStartupTest, TestBM25SimilarityFactory, 
PropertiesRequestHandlerTest, TestConfig, TestComplexPhraseLeadingWildcard, 
PreAnalyzedUpdateProcessorTest, ShardSplitTest, TermsComponentTest, 
TestLRUCache, TestCSVLoader, TestHighFrequencyDictionaryFactory, 
ZkFailoverTest, TestSchemaSimilarityResource, BlockJoinFacetSimpleTest, 
SolrMetricReporterTest, TestPointFields, SolrShardReporterTest, 
CdcrVersionReplicationTest, PreAnalyzedFieldTest, TestDistribDocBasedVersion, 
ConjunctionSolrSpellCheckerTest, ZkNodePropsTest, TestGraphMLResponseWriter, 
HdfsAutoAddReplicasIntegrationTest, ExternalFileFieldSortTest, 
BasicFunctionalityTest, SOLR749Test, BasicZkTest, RankQueryTest, 
TestRemoteStreaming, RequestLoggingTest, TestBinaryResponseWriter, 
SegmentsInfoRequestHandlerTest, TestFastLRUCache, 
CollectionsAPIAsyncDistributedZkTest, ManagedSchemaRoundRobinCloudTest, 
FullHLLTest, TestQueryTypes, SolrJmxReporterCloudTest, AnalyticsQueryTest, 
SolrIndexConfigTest, CoreAdminHandlerTest, BlockDirectoryTest, 
OverseerRolesTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [351/765 (2!)] on J1 in 139.23s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to