Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2572/

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

Error Message:
last state: DocCollection(testExecute//clusterstate.json/22)={   
"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",           
"leader":"true",           "SEARCHER.searcher.maxDoc":0,           
"SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,         
  "node_name":"127.0.0.1:10008_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:10007_solr",        
   "state":"active",           "type":"NRT",           
"INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0},  
       "core_node4":{           "node_name":"127.0.0.1:10008_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/22)={
  "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",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10008_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:10007_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node4":{
          "node_name":"127.0.0.1:10008_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([2F4BAC68E5B8BAEB:1EFBBE65F74F456C]:0)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:111)
        at 
org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testExecute(TestExecutePlanAction.java:152)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12993 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
   [junit4]   2> 769971 INFO  
(SUITE-TestExecutePlanAction-seed#[2F4BAC68E5B8BAEB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.sim.TestExecutePlanAction_2F4BAC68E5B8BAEB-001/init-core-data-001
   [junit4]   2> 769972 WARN  
(SUITE-TestExecutePlanAction-seed#[2F4BAC68E5B8BAEB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 769972 INFO  
(SUITE-TestExecutePlanAction-seed#[2F4BAC68E5B8BAEB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 770021 INFO  
(SUITE-TestExecutePlanAction-seed#[2F4BAC68E5B8BAEB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 770082 INFO  
(SUITE-TestExecutePlanAction-seed#[2F4BAC68E5B8BAEB]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 770097 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testIntegration
   [junit4]   2> 770097 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 770097 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 770257 DEBUG (simCloudManagerPool-2633-thread-2) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 770373 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770374 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770375 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770377 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770378 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770379 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770380 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770381 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770382 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770383 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770385 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770386 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770387 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770388 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770389 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770390 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770391 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770393 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770394 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770395 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770396 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770397 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770398 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770399 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770401 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770402 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770403 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770404 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770405 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770406 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770407 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770409 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770410 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770411 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770412 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770413 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770414 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770415 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770417 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770418 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770419 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770420 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770421 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770422 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770424 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770424 DEBUG (simCloudManagerPool-2633-thread-7) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 770425 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770426 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770427 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770428 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770429 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770430 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770432 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770443 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770453 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770454 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770455 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770457 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770458 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770459 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770460 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770461 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770462 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770463 INFO  (AutoscalingActionExecutor-2635-thread-1) [    ] 
o.a.s.c.a.ComputePlanAction Computed Plan: 
action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10007_solr&inPlaceMove=true&replica=core_node2
   [junit4]   2> 770463 INFO  (AutoscalingActionExecutor-2635-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 30039486144 
sessionWrapper.createTime 30039485887041443, this.sessionWrapper.createTime 
30039485887041443 
   [junit4]   2> 770464 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770465 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770466 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770467 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770468 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770469 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770470 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770472 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770473 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770474 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770475 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770476 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770477 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770478 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770480 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770481 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770482 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770483 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770484 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770497 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770498 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770499 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770513 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770514 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770515 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770525 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770526 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770545 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770546 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770562 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770563 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770565 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770566 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770567 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770568 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770569 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770570 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770571 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770573 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770574 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770575 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770576 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770577 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770578 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770579 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770581 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770582 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770583 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770584 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770585 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770586 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770587 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770589 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770590 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770591 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770592 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770593 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770594 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770595 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770597 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770598 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770599 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770600 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770601 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770602 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770603 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770605 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770606 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770607 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770608 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 770751 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
   [junit4]   2> 770752 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Node values: {
   [junit4]   2>   "127.0.0.1:10006_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":"1.8.0_172",
   [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:10006_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10006,
   [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:10007_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":"1.8.0_172",
   [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:10007_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10007,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
   [junit4]   2> 770752 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10007_solr]
   [junit4]   2> 770752 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Collection .system state: 
DocCollection(.system//clusterstate.json/13)={
   [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:10007_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> 770752 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Collection testIntegration state: 
DocCollection(testIntegration//clusterstate.json/13)={
   [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_node1":{
   [junit4]   2>           "core":"testIntegration_shard1_replica_n1",
   [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:10007_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:10007_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> 770753 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testIntegration
   [junit4]   2> 770756 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] 
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:10006_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> 770764 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 770764 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 770764 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:189)
 [java/:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 770768 ERROR (AutoscalingActionExecutor-2635-thread-1) [    ] 
o.a.s.c.a.ExecutePlanAction Unexpected Exception while querying status of 
requestId=node_lost_trigger/6ab8bfe596ceedT1go5dbmgs0liz1ixmferm4nz9/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$null$3(ScheduledTriggers.java:308)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_172]
   [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:1149) 
[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404) ~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:630)
 ~[test/:?]
   [junit4]   2>        ... 9 more
   [junit4]   2> 770921 DEBUG (simCloudManagerPool-2633-thread-13) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 770941 WARN  (AutoscalingActionExecutor-2635-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":"6ab8bfe596ceedT1go5dbmgs0liz1ixmferm4nz9",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":30039481861459693,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[30039481861459693],
   [junit4]   2>     "_enqueue_time_":30039483033592293,
   [junit4]   2>     "nodeNames":["127.0.0.1:10006_solr"]}}
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:311)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_172]
   [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:1149) 
[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected 
exception while processing event: {
   [junit4]   2>   "id":"6ab8bfe596ceedT1go5dbmgs0liz1ixmferm4nz9",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":30039481861459693,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[30039481861459693],
   [junit4]   2>     "_enqueue_time_":30039483033592293,
   [junit4]   2>     "nodeNames":["127.0.0.1:10006_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$null$3(ScheduledTriggers.java:308)
 ~[java/:?]
   [junit4]   2>        ... 6 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected 
exception executing operation: 
action=MOVEREPLICA&async=node_lost_trigger/6ab8bfe596ceedT1go5dbmgs0liz1ixmferm4nz9/0&waitForFinalState=true&collection=testIntegration&targetNode=127.0.0.1:10007_solr&inPlaceMove=true&replica=core_node2
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:110)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:308)
 ~[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$null$3(ScheduledTriggers.java:308)
 ~[java/:?]
   [junit4]   2>        ... 6 more
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404) ~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:1.8.0_172]
   [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$null$3(ScheduledTriggers.java:308)
 ~[java/:?]
   [junit4]   2>        ... 6 more
   [junit4]   2> 771071 DEBUG (simCloudManagerPool-2636-thread-1) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 771106 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction Collection ready after 104ms
   [junit4]   2> 771442 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771445 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771446 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771447 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771448 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771450 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771451 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771452 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771453 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771454 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771456 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771457 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771458 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771459 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771460 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771461 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771462 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771464 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771465 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771466 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771467 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771468 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771469 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771471 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771472 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771473 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771474 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771475 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771476 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771477 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771479 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771480 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771481 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771482 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771483 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771484 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771485 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771487 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771488 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771489 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771490 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771491 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771492 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771494 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771495 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771496 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771497 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771498 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771499 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771500 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771502 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771503 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771504 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771505 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771506 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771507 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771509 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771510 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771511 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771512 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771513 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771514 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771516 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771517 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771518 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771519 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771520 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771521 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771523 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771524 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771525 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771526 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771527 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771528 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771529 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771531 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771532 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771537 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771538 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771540 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771541 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771542 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771543 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771544 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771545 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771548 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771549 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771550 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771552 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771553 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771554 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771555 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771556 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771559 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771560 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771561 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771562 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771564 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771565 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771566 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771567 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771568 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771569 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771570 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771572 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771573 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771574 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771575 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771576 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771577 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771579 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771580 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771581 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771582 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771583 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771584 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771586 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771587 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771588 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771589 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771590 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771591 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771593 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771594 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771595 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771596 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771597 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771598 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771599 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771601 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771602 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771603 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771604 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771605 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771606 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771608 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771609 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771610 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771611 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771612 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771616 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771617 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771619 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771620 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771621 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771622 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771623 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771624 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771626 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771627 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771628 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771629 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771630 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771631 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771632 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771634 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771635 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771636 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771637 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771638 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771639 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771641 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771642 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771643 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771644 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771645 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771646 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771647 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771649 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771650 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771651 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771652 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771653 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771654 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771656 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771657 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771658 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771659 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771660 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771662 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771663 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771664 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771665 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771666 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771667 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771669 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771670 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771671 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771672 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771673 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771674 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771675 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771677 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771678 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771679 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771680 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771681 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771682 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771684 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771685 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771686 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771687 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=3
   [junit4]   2> 771688 DEBUG 
(TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, exp

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

ave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null5274973
     [copy] Copying 39 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null5274973
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null5274973

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null550892821
     [copy] Copying 247 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null550892821
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null550892821

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 47ms :: artifacts dl 2ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 158 minutes 15 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to