Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/661/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testExecute

Error Message:
last state: DocCollection(testExecute//clusterstate.json/23)={   
"replicationFactor":"1",   "pullReplicas":"0",   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0",   
"autoCreated":"true",   "shards":{"shard1":{       "replicas":{         
"core_node1":{           "core":"testExecute_shard1_replica_n1",           
"SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,      
     "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10009_solr",   
        "state":"active",           "type":"NRT",           
"INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0},  
       "core_node2":{           "core":"testExecute_shard1_replica_n2",         
  "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,    
       "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10010_solr", 
          "state":"active",           "type":"NRT",           
"INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0},  
       "core_node4":{           "node_name":"127.0.0.1:10009_solr",           
"core":"testExecute_shard1_replica_n3",           "state":"active",           
"INDEX.sizeInBytes":10240,           "type":"NRT",           
"INDEX.sizeInGB":9.5367431640625E-6}},       "range":"80000000-7fffffff",       
"state":"active"}}}

Stack Trace:
java.util.concurrent.TimeoutException: last state: 
DocCollection(testExecute//clusterstate.json/23)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "shards":{"shard1":{
      "replicas":{
        "core_node1":{
          "core":"testExecute_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10009_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node2":{
          "core":"testExecute_shard1_replica_n2",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10010_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node4":{
          "node_name":"127.0.0.1:10009_solr",
          "core":"testExecute_shard1_replica_n3",
          "state":"active",
          "INDEX.sizeInBytes":10240,
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
        at 
__randomizedtesting.SeedInfo.seed([ECA675A584D02DB5:DD1667A89627D232]:0)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:111)
        at 
org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testExecute(TestExecutePlanAction.java:152)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13733 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
   [junit4]   2> 1222274 INFO  
(SUITE-TestExecutePlanAction-seed#[ECA675A584D02DB5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.sim.TestExecutePlanAction_ECA675A584D02DB5-001\init-core-data-001
   [junit4]   2> 1222275 WARN  
(SUITE-TestExecutePlanAction-seed#[ECA675A584D02DB5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 1222275 INFO  
(SUITE-TestExecutePlanAction-seed#[ECA675A584D02DB5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1222276 INFO  
(SUITE-TestExecutePlanAction-seed#[ECA675A584D02DB5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1222281 INFO  
(SUITE-TestExecutePlanAction-seed#[ECA675A584D02DB5]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1222283 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testIntegration
   [junit4]   2> 1222284 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 1222284 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 1222396 DEBUG (simCloudManagerPool-6297-thread-2) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1222398 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222399 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222401 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222405 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222406 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222408 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222409 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222454 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222456 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222458 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222459 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222461 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222463 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222464 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222466 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222467 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222468 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222469 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222470 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222471 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222473 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222474 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222475 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222476 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222477 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222478 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222479 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222480 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222481 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222482 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222483 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222484 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222485 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222489 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222491 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222492 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222494 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222494 DEBUG (simCloudManagerPool-6297-thread-7) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1222495 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222496 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222497 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222498 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222500 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222501 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222502 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222503 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222504 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222505 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222506 INFO  (AutoscalingActionExecutor-6299-thread-1) [    ] 
o.a.s.c.a.ComputePlanAction Computed Plan: 
action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10009_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 1222506 INFO  (AutoscalingActionExecutor-6299-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1355691205 
sessionWrapper.createTime 1355691188797500, this.sessionWrapper.createTime 
1355691188797500 
   [junit4]   2> 1222507 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222513 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222515 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222516 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222517 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222519 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222520 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222521 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222522 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222524 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222525 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222527 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222528 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222529 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222530 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222531 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222532 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222533 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222534 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222535 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222536 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222537 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222539 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222540 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222541 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222542 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222544 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222545 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222546 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222547 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222548 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222549 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222550 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222551 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222552 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222553 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222554 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222556 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222557 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222559 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222560 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222562 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222564 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222565 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222566 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222567 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222568 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222569 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222570 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222571 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222572 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222574 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222575 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222576 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222577 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222578 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222580 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222581 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222582 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222584 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222585 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222586 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222587 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222588 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222589 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222590 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222591 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222592 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222593 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222594 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222596 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222597 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222598 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222599 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222600 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222602 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222603 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222604 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222605 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222606 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222607 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222609 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222610 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222612 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222614 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222615 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222616 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222617 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1222719 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
   [junit4]   2> 1222719 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Node values: {
   [junit4]   2>   "127.0.0.1:10009_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":3,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":997,
   [junit4]   2>     "sysprop.java.version":"9.0.4",
   [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:10009_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10009,
   [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:10008_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":1,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":999,
   [junit4]   2>     "sysprop.java.version":"9.0.4",
   [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:10008_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10008,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
   [junit4]   2> 1222719 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10009_solr]
   [junit4]   2> 1222719 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Collection .system state: 
DocCollection(.system//clusterstate.json/14)={
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "replicas":{"core_node1":{
   [junit4]   2>           "core":".system_shard1_replica_n1",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":10240,
   [junit4]   2>           "node_name":"127.0.0.1:10009_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>           "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 1222719 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Collection testIntegration state: 
DocCollection(testIntegration//clusterstate.json/14)={
   [junit4]   2>   "replicationFactor":"1",
   [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>           "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":10240,
   [junit4]   2>           "node_name":"127.0.0.1:10009_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>           "SEARCHER.searcher.numDocs":0},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "node_name":"127.0.0.1:10009_solr",
   [junit4]   2>           "core":"testIntegration_shard1_replica_n3",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "INDEX.sizeInBytes":10240,
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":9.5367431640625E-6}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 1222720 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testIntegration
   [junit4]   2> 1222720 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         1
   [junit4]   2> ## Empty nodes:        0
   [junit4]   2> ## Dead nodes:         1
   [junit4]   2> ##             127.0.0.1:10008_solr
   [junit4]   2> ## Collections:        [.system, testIntegration]
   [junit4]   2> ## Max replicas per node:      3
   [junit4]   2> ## Min replicas per node:      3
   [junit4]   2> ## Total replicas:             3
   [junit4]   2> ## * .system           1
   [junit4]   2> ##             - active           1
   [junit4]   2> ## * testIntegration           2
   [junit4]   2> ##             - active           2
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - MOVEREPLICA        1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ##             - update             1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> ## * Trigger: node_lost_trigger
   [junit4]   2> ##             - STARTED         1
   [junit4]   2> 
   [junit4]   2> 1222723 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 1222733 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 1222733 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1247)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
 ~[?:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:177)
 [java/:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> 1222736 ERROR (AutoscalingActionExecutor-6299-thread-1) [    ] 
o.a.s.c.a.ExecutePlanAction Unexpected Exception while querying status of 
requestId=node_lost_trigger/4d0fdf1a1dba4T930kr33sl8zmdml0unsv1uyum/0
   [junit4]   2> java.io.IOException: java.lang.InterruptedException
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:632)
 ~[test/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:132)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:309)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 
[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 
[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.FutureTask.awaitDone(FutureTask.java:418) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.get(FutureTask.java:190) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:630)
 ~[test/:?]
   [junit4]   2>        ... 9 more
   [junit4]   2> 1222747 DEBUG (simCloudManagerPool-6297-thread-13) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1222757 WARN  (AutoscalingActionExecutor-6299-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> java.lang.Exception: Error executing action: execute_plan for 
trigger event: {
   [junit4]   2>   "id":"4d0fdf1a1dba4T930kr33sl8zmdml0unsv1uyum",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":1355689006062500,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1355689006062500],
   [junit4]   2>     "_enqueue_time_":1355690073572500,
   [junit4]   2>     "nodeNames":["127.0.0.1:10008_solr"]}}
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:312)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 
[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 
[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected 
exception while processing event: {
   [junit4]   2>   "id":"4d0fdf1a1dba4T930kr33sl8zmdml0unsv1uyum",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":1355689006062500,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1355689006062500],
   [junit4]   2>     "_enqueue_time_":1355690073572500,
   [junit4]   2>     "nodeNames":["127.0.0.1:10008_solr"]}}
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:120)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:309)
 ~[java/:?]
   [junit4]   2>        ... 6 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected 
exception executing operation: 
action=MOVEREPLICA&async=node_lost_trigger/4d0fdf1a1dba4T930kr33sl8zmdml0unsv1uyum/0&waitForFinalState=true&collection=testIntegration&targetNode=127.0.0.1:10009_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:110)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:309)
 ~[java/:?]
   [junit4]   2>        ... 6 more
   [junit4]   2> Caused by: java.io.IOException: java.lang.InterruptedException
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:632)
 ~[test/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:132)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:309)
 ~[java/:?]
   [junit4]   2>        ... 6 more
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.FutureTask.awaitDone(FutureTask.java:418) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.get(FutureTask.java:190) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:630)
 ~[test/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:132)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:309)
 ~[java/:?]
   [junit4]   2>        ... 6 more
   [junit4]   2> 1222870 DEBUG (simCloudManagerPool-6300-thread-1) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1222872 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222873 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222875 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222876 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222877 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222878 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222880 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222881 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=0
   [junit4]   2> 1222892 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction Collection ready after 1058ms
   [junit4]   2> 1223109 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223110 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223111 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223113 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223114 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223115 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223116 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223117 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223118 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223119 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223120 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223121 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223122 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223123 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223125 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223126 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223127 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223128 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223129 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223130 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223131 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223132 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223134 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223135 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223136 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223137 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223138 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223139 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223141 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223142 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223143 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223145 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223146 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223147 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223149 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223150 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223151 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223152 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223154 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223155 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223156 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223157 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223159 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223161 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223163 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223164 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223165 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223166 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223167 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223168 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223169 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223171 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223172 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223174 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223175 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223177 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223178 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223179 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223180 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223181 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223182 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223183 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223184 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223185 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223186 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223187 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223188 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223190 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223191 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223193 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223194 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223196 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223197 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223199 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223200 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223201 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223202 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223203 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223204 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223205 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223206 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223207 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223208 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223210 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223212 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223213 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223215 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223216 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223217 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223218 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223219 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223220 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223221 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223222 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223224 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223225 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223226 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223227 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223228 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223229 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223230 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223231 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223232 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223234 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223235 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223236 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223240 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223241 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223242 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223243 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223244 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223245 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223247 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223249 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223250 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223251 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223253 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223255 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223256 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223257 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223259 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223260 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223261 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223262 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223263 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223264 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223265 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223266 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223267 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223268 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223269 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223270 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223271 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223273 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223274 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223275 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223276 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223277 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223278 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223279 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223280 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223282 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223284 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223285 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223286 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223287 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223288 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223289 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223290 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223291 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223293 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223294 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223295 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223296 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223297 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223298 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223300 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223301 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223302 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223303 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223304 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223305 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223306 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223307 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223308 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223309 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223310 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223311 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223312 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223313 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223314 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223315 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223316 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223317 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223319 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223320 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223321 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223323 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223324 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223325 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223326 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223327 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223328 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223329 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223330 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223331 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223332 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223333 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 1223334 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5

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

# * Trigger: node_lost_trigger
   [junit4]   2> ##             - FAILED          1
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestExecutePlanAction -Dtests.method=testExecute 
-Dtests.seed=ECA675A584D02DB5 -Dtests.slow=true -Dtests.locale=en-SX 
-Dtests.timezone=Africa/Mogadishu -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] ERROR   6.39s J1 | TestExecutePlanAction.testExecute <<<
   [junit4]    > Throwable #1: java.util.concurrent.TimeoutException: last 
state: DocCollection(testExecute//clusterstate.json/23)={
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0",
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"testExecute_shard1_replica_n1",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10009_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"testExecute_shard1_replica_n2",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10010_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0},
   [junit4]    >         "core_node4":{
   [junit4]    >           "node_name":"127.0.0.1:10009_solr",
   [junit4]    >           "core":"testExecute_shard1_replica_n3",
   [junit4]    >           "state":"active",
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6}},
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active"}}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ECA675A584D02DB5:DD1667A89627D232]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:111)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testExecute(TestExecutePlanAction.java:152)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1229114 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.sim.TestExecutePlanAction_ECA675A584D02DB5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1064, maxMBSortInHeap=6.0137841425764105, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-SX, 
timezone=Africa/Mogadishu
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=3,threads=1,free=218447896,total=437542912
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedQueryComponentOptimizationTest, TestCharFilters, 
TestRandomDVFaceting, TestDistributedMap, TestSolr4Spatial, TestMacroExpander, 
ZkControllerTest, TestReload, SolrShardReporterTest, JSONWriterTest, 
LeaderElectionTest, TermsComponentTest, TestRangeQuery, VersionInfoTest, 
TestSystemCollAutoCreate, DistributedIntervalFacetingTest, 
TestConfigSetProperties, RestoreTriggerStateTest, ReturnFieldsTest, 
LeaderElectionContextKeyTest, CreateCollectionCleanupTest, 
TestImpersonationWithHadoopAuth, SubstringBytesRefFilterTest, 
OverseerTaskQueueTest, TestSegmentSorting, 
TestOverriddenPrefixQueryForCustomFieldType, UpdateRequestProcessorFactoryTest, 
TestDistribIDF, EnumFieldTest, DistributedVersionInfoTest, 
TestMaxScoreQueryParser, TestMergePolicyConfig, TimeZoneUtilsTest, 
CdcrVersionReplicationTest, SolrPluginUtilsTest, TestMaxTokenLenTokenizer, 
CoreAdminOperationTest, TestDynamicURP, ClassificationUpdateProcessorTest, 
BlockDirectoryTest, DistributedSpellCheckComponentTest, 
IgnoreLargeDocumentProcessorFactoryTest, SliceStateTest, 
TestSerializedLuceneMatchVersion, TestFuzzyAnalyzedSuggestions, 
SolrCoreMetricManagerTest, ForceLeaderTest, TestPushWriter, 
TestManagedSchemaThreadSafety, TestJsonFacetsWithNestedObjects, TestRTimerTree, 
TestSolrCoreSnapshots, TestInitQParser, SearchHandlerTest, TestRecovery, 
SuggestComponentContextFilterQueryTest, ReplaceNodeNoTargetTest, 
TestClusterStateMutator, RAMDirectoryFactoryTest, TestAnalyzedSuggestions, 
TestXmlQParser, SchemaApiFailureTest, SolrGangliaReporterTest, 
IndexBasedSpellCheckerTest, TestLegacyFieldReuse, 
TestTolerantUpdateProcessorRandomCloud, SolrIndexConfigTest, 
TestSolrCloudWithDelegationTokens, ConnectionReuseTest, 
TemplateUpdateProcessorTest, DeleteNodeTest, ResourceLoaderTest, 
TestSolrQueryResponse, BaseCdcrDistributedZkTest, TestCSVLoader, 
HLLSerializationTest, LeaderFailureAfterFreshStartTest, JavabinLoaderTest, 
ReplicaListTransformerTest, DistributedTermsComponentTest, 
TestHighlightDedupGrouping, TestRTGBase, DeleteShardTest, 
TestPayloadScoreQParserPlugin, TriLevelCompositeIdRoutingTest, 
TestSubQueryTransformerDistrib, DateRangeFieldTest, TestScoreJoinQPNoScore, 
TestCustomDocTransformer, DefaultValueUpdateProcessorTest, 
MetricsHistoryHandlerTest, TestStressReorder, TestSolrCoreParser, 
CheckHdfsIndexTest, TestManagedStopFilterFactory, RuleEngineTest, 
TestDynamicFieldCollectionResource, SolrMetricReporterTest, 
TestCloudPseudoReturnFields, TestFieldTypeCollectionResource, 
TolerantUpdateProcessorTest, ReplicationFactorTest, MultiThreadedOCPTest, 
RegexBytesRefFilterTest, DistanceFunctionTest, TestCoreBackup, 
SpellCheckCollatorWithCollapseTest, TestSimDistributedQueue, 
TestCollationFieldDocValues, SyncSliceTest, TestLegacyFieldCache, 
HdfsRecoveryZkTest, HdfsDirectoryFactoryTest, FieldAnalysisRequestHandlerTest, 
TestFastLRUCache, TestLRUCache, CSVRequestHandlerTest, RecoveryZkTest, 
TestSearchPerf, PreAnalyzedUpdateProcessorTest, NumberUtilsTest, 
MoveReplicaHDFSFailoverTest, ScriptEngineTest, SolrCoreCheckLockOnStartupTest, 
TestFieldCacheSort, HdfsNNFailoverTest, ShowFileRequestHandlerTest, 
SoftAutoCommitTest, TestComputePlanAction, TestTrieFacet, 
ConfigureRecoveryStrategyTest, TestCoreContainer, 
UUIDUpdateProcessorFallbackTest, TestSolrIndexConfig, TestCoreAdminApis, 
HdfsCollectionsAPIDistributedZkTest, TestRemoteStreaming, MoveReplicaTest, 
AddBlockUpdateTest, HdfsAutoAddReplicasIntegrationTest, RandomizedTaggerTest, 
TestDocTermOrds, TriggerCooldownIntegrationTest, 
TestSolrCloudWithSecureImpersonation, 
DistributedFacetSimpleRefinementLongTailTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestClassicSimilarityFactory, 
MoreLikeThisHandlerTest, TestExclusionRuleCollectionAccess, 
HdfsWriteToMultipleCollectionsTest, LegacyCloudClusterPropTest, 
TestZkAclsWithHadoopAuth, SearchRateTriggerIntegrationTest, 
TestSchemaNameResource, XmlInterpolationTest, SpatialFilterTest, TestSolrJ, 
TestLargeCluster, PrimitiveFieldTypeTest, TestFunctionQuery, MergeStrategyTest, 
SynonymTokenizerTest, TestNonDefinedSimilarityFactory, 
TestDeleteCollectionOnDownNodes, TokenizerChainTest, 
TestCollectionsAPIViaSolrCloudCluster, TestStressInPlaceUpdates, 
CoreAdminCreateDiscoverTest, BasicAuthIntegrationTest, 
PeerSyncWithBufferUpdatesTest, TestJmxIntegration, SystemInfoHandlerTest, 
TaggerTest, TestSolrDeletionPolicy1, TestBulkSchemaConcurrent, 
TestSimpleTextCodec, TestExpandComponent, TestRawTransformer, 
TestUseDocValuesAsStored, TestDirectoryFactory, ComputePlanActionTest, 
ConfigSetsAPITest, SolrIndexSplitterTest, AlternateDirectoryTest, 
RollingRestartTest, TestZkChroot, NotRequiredUniqueKeyTest, TestHdfsUpdateLog, 
MigrateRouteKeyTest, TestSimpleQParserPlugin, V2StandaloneTest, 
TestReRankQParserPlugin, TestExecutePlanAction]
   [junit4] Completed [362/819 (1!)] on J1 in 6.85s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 45505 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/661/consoleText

[repro] Revision: 1f5c75cb9a3704db395cd13140005130dcf726c0

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestExecutePlanAction
[repro] ant compile-test

[...truncated 3344 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestExecutePlanAction" -Dtests.showOutput=onerror 
"-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=ECA675A584D02DB5 
-Dtests.slow=true -Dtests.locale=en-SX -Dtests.timezone=Africa/Mogadishu 
-Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 79 lines...]
[repro] Failures:
[repro]   0/5 failed: 
org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
[repro] Exiting with code 0

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

Reply via email to