Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2575/
Java: 32bit/jdk1.8.0_172 -client -XX:+UseG1GC

3 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica

Error Message:
Timeout waiting for collection to become active Live Nodes: 
[127.0.0.1:10017_solr, 127.0.0.1:10018_solr, 127.0.0.1:10016_solr, 
127.0.0.1:10019_solr, 127.0.0.1:10015_solr] Last available state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/21)={   
"replicationFactor":"1",   "pullReplicas":"0",   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0",   
"autoCreated":"true",   "policy":"c1",   "shards":{"shard1":{       
"replicas":{"core_node1":{           
"core":"testCreateCollectionAddReplica_shard1_replica_n1",           
"SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,      
     "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10018_solr",   
        "state":"active",           "type":"NRT",           
"INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0}}, 
      "range":"80000000-7fffffff",       "state":"active"}}}

Stack Trace:
java.lang.AssertionError: Timeout waiting for collection to become active
Live Nodes: [127.0.0.1:10017_solr, 127.0.0.1:10018_solr, 127.0.0.1:10016_solr, 
127.0.0.1:10019_solr, 127.0.0.1:10015_solr]
Last available state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/21)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10018_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
        at 
__randomizedtesting.SeedInfo.seed([BA6048387D7EC838:3A402D166C3D209E]:0)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
        at 
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica(TestPolicyCloud.java:121)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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)
Caused by: java.util.concurrent.TimeoutException: last state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/21)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10018_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
        ... 41 more


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica

Error Message:
Timeout waiting for collection to become active Live Nodes: 
[127.0.0.1:10001_solr, 127.0.0.1:10004_solr, 127.0.0.1:10000_solr, 
127.0.0.1:10002_solr, 127.0.0.1:10003_solr] Last available state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/19)={   
"replicationFactor":"1",   "pullReplicas":"0",   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0",   
"autoCreated":"true",   "policy":"c1",   "shards":{"shard1":{       
"replicas":{"core_node1":{           
"core":"testCreateCollectionAddReplica_shard1_replica_n1",           
"SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,      
     "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10001_solr",   
        "state":"active",           "type":"NRT",           
"INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0}}, 
      "range":"80000000-7fffffff",       "state":"active"}}}

Stack Trace:
java.lang.AssertionError: Timeout waiting for collection to become active
Live Nodes: [127.0.0.1:10001_solr, 127.0.0.1:10004_solr, 127.0.0.1:10000_solr, 
127.0.0.1:10002_solr, 127.0.0.1:10003_solr]
Last available state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/19)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10001_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
        at 
__randomizedtesting.SeedInfo.seed([BA6048387D7EC838:3A402D166C3D209E]:0)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
        at 
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica(TestPolicyCloud.java:121)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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)
Caused by: java.util.concurrent.TimeoutException: last state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/19)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10001_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
        ... 41 more


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica

Error Message:
Timeout waiting for collection to become active Live Nodes: 
[127.0.0.1:10110_solr, 127.0.0.1:10112_solr, 127.0.0.1:10108_solr, 
127.0.0.1:10109_solr, 127.0.0.1:10111_solr] Last available state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/19)={   
"replicationFactor":"1",   "pullReplicas":"0",   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0",   
"autoCreated":"true",   "policy":"c1",   "shards":{"shard1":{       
"replicas":{"core_node1":{           
"core":"testCreateCollectionAddReplica_shard1_replica_n1",           
"SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,      
     "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10110_solr",   
        "state":"active",           "type":"NRT",           
"INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0}}, 
      "range":"80000000-7fffffff",       "state":"active"}}}

Stack Trace:
java.lang.AssertionError: Timeout waiting for collection to become active
Live Nodes: [127.0.0.1:10110_solr, 127.0.0.1:10112_solr, 127.0.0.1:10108_solr, 
127.0.0.1:10109_solr, 127.0.0.1:10111_solr]
Last available state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/19)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10110_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
        at 
__randomizedtesting.SeedInfo.seed([BA6048387D7EC838:3A402D166C3D209E]:0)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
        at 
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica(TestPolicyCloud.java:121)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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)
Caused by: java.util.concurrent.TimeoutException: last state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/19)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10110_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
        ... 41 more




Build Log:
[...truncated 14271 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestPolicyCloud_BA6048387D7EC838-001/init-core-data-001
   [junit4]   2> 2452855 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2452856 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-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> 2452856 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2452860 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2452866 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDataProviderPerReplicaDetails
   [junit4]   2> 2452867 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 2452867 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 2453140 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDataProviderPerReplicaDetails
   [junit4]   2> 2453140 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        5
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        []
   [junit4]   2> ## Max replicas per node:      0
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             0
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - DELETE             1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 2453148 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDataProvider
   [junit4]   2> 2453149 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 2453149 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 2453308 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDataProvider
   [junit4]   2> 2453308 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        3
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [policiesTest]
   [junit4]   2> ## Max replicas per node:      1
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             2
   [junit4]   2> ## * policiesTest              2
   [junit4]   2> ##             - active           2
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - ADDROLE            1
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 2453315 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMetricsTag
   [junit4]   2> 2453316 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 2453316 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 2453419 ERROR (simCloudManagerPool-9467-thread-1) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: 
Error in command payload, errors: [{set-cluster-policy=[{cores=<10, node=#ANY}, 
{replica=<2, shard=#EACH, node=#ANY}, {metrics:abc=overseer, replica=0}], 
errorMessages=[Invalid metrics: param in {
   [junit4]   2>   "metrics:abc":"overseer",
   [junit4]   2>   "replica":0} must have at 2 or 3 segments after 'metrics:' 
separated by ':']}], 
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:210)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:148)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.simHandleSolrRequest(SimCloudManager.java:684)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.lambda$request$15(SimCloudManager.java:629)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2453434 INFO  (simCloudManagerPool-9467-thread-3) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 215671370 
sessionWrapper.createTime 215671318899926, this.sessionWrapper.createTime 
215671318899926 
   [junit4]   2> 2453447 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMetricsTag
   [junit4]   2> 2453447 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        4
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [metricsTest]
   [junit4]   2> ## Max replicas per node:      1
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             1
   [junit4]   2> ## * metricsTest               1
   [junit4]   2> ##             - active           1
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - autoscaling        2
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 2453456 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionAddReplica
   [junit4]   2> 2453456 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 2453456 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 2453572 INFO  (simCloudManagerPool-9470-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 215678256 
sessionWrapper.createTime 215678206788776, this.sessionWrapper.createTime 
215678206788776 
   [junit4]   2> 2455374 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionAddReplica
   [junit4]   2> 2455375 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        4
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [testCreateCollectionAddReplica]
   [junit4]   2> ## Max replicas per node:      1
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             1
   [junit4]   2> ## * testCreateCollectionAddReplica            1
   [junit4]   2> ##             - active           1
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPolicyCloud 
-Dtests.method=testCreateCollectionAddReplica -Dtests.seed=BA6048387D7EC838 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-MT 
-Dtests.timezone=PST8PDT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.93s J2 | TestPolicyCloud.testCreateCollectionAddReplica 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Timeout waiting for 
collection to become active
   [junit4]    > Live Nodes: [127.0.0.1:10110_solr, 127.0.0.1:10112_solr, 
127.0.0.1:10108_solr, 127.0.0.1:10109_solr, 127.0.0.1:10111_solr]
   [junit4]    > Last available state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/19)={
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"1",
   [junit4]    >   "tlogReplicas":"0",
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "policy":"c1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "replicas":{"core_node1":{
   [junit4]    >           
"core":"testCreateCollectionAddReplica_shard1_replica_n1",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10110_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0}},
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active"}}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BA6048387D7EC838:3A402D166C3D209E]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica(TestPolicyCloud.java:121)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: last state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/19)={
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"1",
   [junit4]    >   "tlogReplicas":"0",
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "policy":"c1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "replicas":{"core_node1":{
   [junit4]    >           
"core":"testCreateCollectionAddReplica_shard1_replica_n1",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10110_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0}},
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active"}}}
   [junit4]    >        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
   [junit4]    >        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
   [junit4]    >        ... 41 more
   [junit4]   2> 2455385 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionSplitShard
   [junit4]   2> 2455385 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 2455385 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 2455501 INFO  (simCloudManagerPool-9473-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 215774699 
sessionWrapper.createTime 215774626738776, this.sessionWrapper.createTime 
215774626738776 
   [junit4]   2> 2455627 INFO  (simCloudManagerPool-9473-thread-6) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 215781023 
sessionWrapper.createTime 215780865914376, this.sessionWrapper.createTime 
215780865914376 
   [junit4]   2> 2455774 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionSplitShard
   [junit4]   2> 2455774 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        5
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        []
   [junit4]   2> ## Max replicas per node:      0
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             0
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - DELETE             1
   [junit4]   2> ##             - SPLITSHARD         1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 2455782 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionAddShardUsingPolicy
   [junit4]   2> 2455783 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 2455783 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 2455899 INFO  (simCloudManagerPool-9476-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 215794609 
sessionWrapper.createTime 215794529353276, this.sessionWrapper.createTime 
215794529353276 
   [junit4]   2> 2456024 INFO  (simCloudManagerPool-9476-thread-7) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 215800876 
sessionWrapper.createTime 215800852141626, this.sessionWrapper.createTime 
215800852141626 
   [junit4]   2> 2456037 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionAddShardUsingPolicy
   [junit4]   2> 2456037 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        4
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [policiesTest]
   [junit4]   2> ## Max replicas per node:      3
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             3
   [junit4]   2> ## * policiesTest              3
   [junit4]   2> ##             - active           3
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - CREATESHARD        1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 2456047 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testCreateCollectionAddShardWithReplicaTypeUsingPolicy
   [junit4]   2> 2456047 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 2456047 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 2456148 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.TestPolicyCloud NRT 127.0.0.1:10110_solr PULL 
127.0.0.1:10112_solr , TLOG 127.0.0.1:10112_solr 
   [junit4]   2> 2456165 INFO  (simCloudManagerPool-9479-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 215807900 
sessionWrapper.createTime 215807773950426, this.sessionWrapper.createTime 
215807773950426 
   [junit4]   2> 2456301 INFO  (simCloudManagerPool-9479-thread-7) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 215814698 
sessionWrapper.createTime 215814605280776, this.sessionWrapper.createTime 
215814605280776 
   [junit4]   2> 2456333 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testCreateCollectionAddShardWithReplicaTypeUsingPolicy
   [junit4]   2> 2456333 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        3
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [policiesTest]
   [junit4]   2> ## Max replicas per node:      4
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             6
   [junit4]   2> ## * policiesTest              6
   [junit4]   2> ##             - active           6
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - CREATESHARD        1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 2456334 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestPolicyCloud_BA6048387D7EC838-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-MT, timezone=PST8PDT
   [junit4]   2> NOTE: Linux 4.15.0-32-generic i386/Oracle Corporation 
1.8.0_172 (32-bit)/cpus=8,threads=1,free=171375904,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ForceLeaderTest, 
NumericFieldsTest, UniqFieldsUpdateProcessorFactoryTest, NoCacheHeaderTest, 
TestCloudSchemaless, BadCopyFieldTest, GraphQueryTest, 
TestPayloadCheckQParserPlugin, TestTrackingShardHandlerFactory, 
TestSystemIdResolver, TestGeoJSONResponseWriter, TestCloudPseudoReturnFields, 
DistributedQueueTest, DocValuesMultiTest, SegmentsInfoRequestHandlerTest, 
CoreMergeIndexesAdminHandlerTest, TestJsonFacetsStatsParsing, 
TestChildDocTransformer, TestNestedUpdateProcessor, 
PKIAuthenticationIntegrationTest, ChaosMonkeySafeLeaderTest, 
EmbeddedSolrNoSerializeTest, TestExclusionRuleCollectionAccess, TestJoin, 
TestAnalyzedSuggestions, TestGraphTermsQParserPlugin, 
DistributedFacetPivotLargeTest, NodeAddedTriggerTest, SOLR749Test, 
BadComponentTest, FileUtilsTest, TestRandomCollapseQParserPlugin, 
TestManagedStopFilterFactory, TestConfigSetProperties, TestInitQParser, 
TestMiniSolrCloudClusterSSL, DOMUtilTest, TestBinaryResponseWriter, 
TestHdfsCloudBackupRestore, DistributedQueryComponentCustomSortTest, 
DateFieldTest, TestConfigSetsAPIZkFailure, DirectoryFactoryTest, 
DistributedDebugComponentTest, TestExecutePlanAction, 
TestSolrConfigHandlerConcurrent, AnalyticsMergeStrategyTest, 
LukeRequestHandlerTest, SolrMetricReporterTest, ZkNodePropsTest, 
TestCoreDiscovery, TestSQLHandler, RecoveryZkTest, TestLRUStatsCache, 
TestJettySolrRunner, TestStressInPlaceUpdates, 
TestComplexPhraseLeadingWildcard, TestSubQueryTransformerDistrib, 
TestFieldCacheVsDocValues, TolerantUpdateProcessorTest, TestRawTransformer, 
CheckHdfsIndexTest, TestClassicSimilarityFactory, TestUnInvertedFieldException, 
TestRequestStatusCollectionAPI, TestFastOutputStream, 
TestRuleBasedAuthorizationPlugin, MoveReplicaHDFSTest, TestSolrIndexConfig, 
SolrGraphiteReporterTest, PrimUtilsTest, ReplicaListTransformerTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestRandomRequestDistribution, 
ZkCLITest, TestStressLucene, TestSSLRandomization, 
PreAnalyzedFieldManagedSchemaCloudTest, TestCloudJSONFacetJoinDomain, 
SolrRrdBackendFactoryTest, TestTrieFacet, TestSchemaVersionResource, 
WordBreakSolrSpellCheckerTest, TestLegacyFieldReuse, TestPhraseSuggestions, 
AddSchemaFieldsUpdateProcessorFactoryTest, SubstringBytesRefFilterTest, 
RegexBoostProcessorTest, AsyncCallRequestStatusResponseTest, 
TestSchemaNameResource, TestWordDelimiterFilterFactory, 
TestManagedSchemaThreadSafety, TestSearchPerf, ScheduledTriggerIntegrationTest, 
TestSolrQueryParser, AdminHandlersProxyTest, AutoScalingHandlerTest, 
CacheHeaderTest, DistributedSpellCheckComponentTest, 
IgnoreLargeDocumentProcessorFactoryTest, TestNRTOpen, 
TestImplicitCoreProperties, TestBackupRepositoryFactory, 
TestLeaderElectionZkExpiry, HttpPartitionTest, BitVectorTest, 
SimpleCollectionCreateDeleteTest, SearchRateTriggerTest, TestRecoveryHdfs, 
QueryEqualityTest, TestRestManager, TestFilteredDocIdSet, TestFieldResource, 
ShufflingReplicaListTransformerTest, SolrSlf4jReporterTest, SoftAutoCommitTest, 
TestMultiValuedNumericRangeQuery, CustomCollectionTest, MaxSizeAutoCommitTest, 
UpdateLogTest, AssignTest, BasicZkTest, TestConfigsApi, 
TriLevelCompositeIdRoutingTest, TestHalfAndHalfDocValues, 
TestInPlaceUpdatesDistrib, TestUseDocValuesAsStored, 
TestDistribDocBasedVersion, TestCustomSort, ChangedSchemaMergeTest, TaggerTest, 
SystemInfoHandlerTest, TriggerCooldownIntegrationTest, SpatialFilterTest, 
AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, 
CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, 
EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, 
SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, 
TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, 
TestRandomDVFaceting, TestRandomFaceting, TestSolrCoreProperties, 
TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, 
ProtectedTermFilterFactoryTest, TestCharFilters, TokenizerChainTest, 
TestLuceneIndexBackCompat, CloudExitableDirectoryReaderTest, 
CollectionStateFormat2Test, CollectionsAPISolrJTest, 
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, 
LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest, 
LeaderFailureAfterFreshStartTest, LeaderVoteWaitTimeoutTest, MoveReplicaTest, 
MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, RemoteQueryErrorTest, 
ReplaceNodeNoTargetTest, ReplaceNodeTest, ReplicationFactorTest, 
RestartWhileUpdatingTest, RollingRestartTest, ShardRoutingTest, 
TestAuthenticationFramework, TestCloudConsistency, TestCloudRecovery, 
TestClusterProperties, TestOnReconnectListenerSupport, TestPrepRecovery, 
TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithKerberosAlt, TestTolerantUpdateProcessorCloud, 
TestUtilizeNode, CollectionReloadTest, CollectionTooManyReplicasTest, 
CollectionsAPIAsyncDistributedZkTest, ExecutePlanActionTest, 
NodeMarkersRegistrationTest, TriggerSetPropertiesIntegrationTest, 
TestClusterStateProvider, TestGenericDistributedQueue, TestLargeCluster, 
TestNodeAddedTrigger, TestPolicyCloud]
   [junit4] Completed [544/828 (1!)] on J2 in 3.50s, 7 tests, 1 failure <<< 
FAILURES!

[...truncated 45801 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2575/consoleText

[repro] Revision: 0530d05c734c4eb0d99a12389520069a144a636f

[repro] Ant options: "-Dargs=-client -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestPolicyCloud 
-Dtests.method=testCreateCollectionAddReplica -Dtests.seed=BA6048387D7EC838 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-MT 
-Dtests.timezone=PST8PDT -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

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

[...truncated 3408 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestPolicyCloud" -Dtests.showOutput=onerror "-Dargs=-client 
-XX:+UseG1GC" -Dtests.seed=BA6048387D7EC838 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=en-MT -Dtests.timezone=PST8PDT 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 32 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestPolicyCloud_BA6048387D7EC838-001/init-core-data-001
   [junit4]   2> 1712 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1766 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-worker) [    ] o.e.j.u.log 
Logging initialized @1793ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 1774 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-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> 1782 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1847 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-worker) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1985 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2000 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDataProviderPerReplicaDetails
   [junit4]   2> 2001 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 2416 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDataProviderPerReplicaDetails
   [junit4]   2> 2436 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        5
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        []
   [junit4]   2> ## Max replicas per node:      0
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             0
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - DELETE             1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.45s J2 | TestPolicyCloud.testDataProviderPerReplicaDetails
   [junit4]   2> 2442 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDataProvider
   [junit4]   2> 2445 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 2445 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] 
o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:177)
 [java/:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 2609 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDataProvider
   [junit4]   2> 2611 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        3
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [policiesTest]
   [junit4]   2> ## Max replicas per node:      1
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             2
   [junit4]   2> ## * policiesTest              2
   [junit4]   2> ##             - active           2
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - ADDROLE            1
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.17s J2 | TestPolicyCloud.testDataProvider
   [junit4]   2> 2614 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMetricsTag
   [junit4]   2> 2616 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 2616 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> 2819 ERROR (simCloudManagerPool-13-thread-1) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: 
Error in command payload, errors: [{set-cluster-policy=[{cores=<10, node=#ANY}, 
{replica=<2, shard=#EACH, node=#ANY}, {metrics:abc=overseer, replica=0}], 
errorMessages=[Invalid metrics: param in {
   [junit4]   2>   "metrics:abc":"overseer",
   [junit4]   2>   "replica":0} must have at 2 or 3 segments after 'metrics:' 
separated by ':']}], 
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:210)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:148)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.simHandleSolrRequest(SimCloudManager.java:684)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.lambda$request$15(SimCloudManager.java:629)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2895 INFO  (simCloudManagerPool-13-thread-3) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 114829856 
sessionWrapper.createTime 114828693697764, this.sessionWrapper.createTime 
114828693697764 
   [junit4]   2> 2928 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMetricsTag
   [junit4]   2> 2949 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        4
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [metricsTest]
   [junit4]   2> ## Max replicas per node:      1
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             1
   [junit4]   2> ## * metricsTest               1
   [junit4]   2> ##             - active           1
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - autoscaling        2
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.34s J2 | TestPolicyCloud.testMetricsTag
   [junit4]   2> 2952 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionAddReplica
   [junit4]   2> 2953 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 2953 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 3119 INFO  (simCloudManagerPool-16-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 114841046 
sessionWrapper.createTime 114840863720564, this.sessionWrapper.createTime 
114840863720564 
   [junit4]   2> 4920 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionAddReplica
   [junit4]   2> 4921 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        4
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [testCreateCollectionAddReplica]
   [junit4]   2> ## Max replicas per node:      1
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             1
   [junit4]   2> ## * testCreateCollectionAddReplica            1
   [junit4]   2> ##             - active           1
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPolicyCloud 
-Dtests.method=testCreateCollectionAddReplica -Dtests.seed=BA6048387D7EC838 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=en-MT -Dtests.timezone=PST8PDT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.98s J2 | TestPolicyCloud.testCreateCollectionAddReplica 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Timeout waiting for 
collection to become active
   [junit4]    > Live Nodes: [127.0.0.1:10001_solr, 127.0.0.1:10004_solr, 
127.0.0.1:10000_solr, 127.0.0.1:10002_solr, 127.0.0.1:10003_solr]
   [junit4]    > Last available state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/19)={
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"1",
   [junit4]    >   "tlogReplicas":"0",
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "policy":"c1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "replicas":{"core_node1":{
   [junit4]    >           
"core":"testCreateCollectionAddReplica_shard1_replica_n1",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10001_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0}},
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active"}}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BA6048387D7EC838:3A402D166C3D209E]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica(TestPolicyCloud.java:121)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: last state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/19)={
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"1",
   [junit4]    >   "tlogReplicas":"0",
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "policy":"c1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "replicas":{"core_node1":{
   [junit4]    >           
"core":"testCreateCollectionAddReplica_shard1_replica_n1",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10001_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0}},
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active"}}}
   [junit4]    >        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
   [junit4]    >        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
   [junit4]    >        ... 41 more
   [junit4]   2> 4927 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionSplitShard
   [junit4]   2> 4928 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 4928 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] 
o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:177)
 [java/:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 5066 INFO  (simCloudManagerPool-19-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 114938401 
sessionWrapper.createTime 114937993712164, this.sessionWrapper.createTime 
114937993712164 
   [junit4]   2> 5245 INFO  (simCloudManagerPool-19-thread-6) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 114947372 
sessionWrapper.createTime 114946704669514, this.sessionWrapper.createTime 
114946704669514 
   [junit4]   2> 5402 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionSplitShard
   [junit4]   2> 5403 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        5
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        []
   [junit4]   2> ## Max replicas per node:      0
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             0
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - DELETE             1
   [junit4]   2> ##             - SPLITSHARD         1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.48s J2 | TestPolicyCloud.testCreateCollectionSplitShard
   [junit4]   2> 5411 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionAddShardUsingPolicy
   [junit4]   2> 5411 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 5412 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 5557 INFO  (simCloudManagerPool-22-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 114962973 
sessionWrapper.createTime 114962766390414, this.sessionWrapper.createTime 
114962766390414 
   [junit4]   2> 5705 INFO  (simCloudManagerPool-22-thread-7) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 114970354 
sessionWrapper.createTime 114970308649614, this.sessionWrapper.createTime 
114970308649614 
   [junit4]   2> 5730 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionAddShardUsingPolicy
   [junit4]   2> 5730 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        4
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [policiesTest]
   [junit4]   2> ## Max replicas per node:      3
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             3
   [junit4]   2> ## * policiesTest              3
   [junit4]   2> ##             - active           3
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - CREATESHARD        1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.33s J2 | 
TestPolicyCloud.testCreateCollectionAddShardUsingPolicy
   [junit4]   2> 5735 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testCreateCollectionAddShardWithReplicaTypeUsingPolicy
   [junit4]   2> 5735 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 5735 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 5841 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.TestPolicyCloud NRT 127.0.0.1:10001_solr PULL 
127.0.0.1:10004_solr , TLOG 127.0.0.1:10004_solr 
   [junit4]   2> 5871 INFO  (simCloudManagerPool-25-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 114978659 
sessionWrapper.createTime 114978486405464, this.sessionWrapper.createTime 
114978486405464 
   [junit4]   2> 6030 INFO  (simCloudManagerPool-25-thread-7) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 114986614 
sessionWrapper.createTime 114986468726264, this.sessionWrapper.createTime 
114986468726264 
   [junit4]   2> 6064 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testCreateCollectionAddShardWithReplicaTypeUsingPolicy
   [junit4]   2> 6064 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        3
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [policiesTest]
   [junit4]   2> ## Max replicas per node:      4
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             6
   [junit4]   2> ## * policiesTest              6
   [junit4]   2> ##             - active           6
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - CREATESHARD        1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.33s J2 | 
TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy
   [junit4]   2> 6065 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestPolicyCloud_BA6048387D7EC838-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-MT, timezone=PST8PDT
   [junit4]   2> NOTE: Linux 4.15.0-32-generic i386/Oracle Corporation 
1.8.0_172 (32-bit)/cpus=8,threads=1,free=26171896,total=50331648
   [junit4]   2> NOTE: All tests run in this JVM: [TestPolicyCloud]
   [junit4] Completed [1/10 (1!)] on J2 in 5.55s, 7 tests, 1 failure <<< 
FAILURES!

[...truncated 56 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestPolicyCloud_BA6048387D7EC838-002/init-core-data-001
   [junit4]   2> 69264 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 69265 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-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> 69265 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 69269 INFO  
(SUITE-TestPolicyCloud-seed#[BA6048387D7EC838]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 69271 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDataProviderPerReplicaDetails
   [junit4]   2> 69272 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 69272 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:177)
 [java/:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 69538 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDataProviderPerReplicaDetails
   [junit4]   2> 69538 INFO  
(TEST-TestPolicyCloud.testDataProviderPerReplicaDetails-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        5
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        []
   [junit4]   2> ## Max replicas per node:      0
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             0
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - DELETE             1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.27s J2 | TestPolicyCloud.testDataProviderPerReplicaDetails
   [junit4]   2> 69542 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDataProvider
   [junit4]   2> 69542 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 69542 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 69698 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDataProvider
   [junit4]   2> 69698 INFO  
(TEST-TestPolicyCloud.testDataProvider-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        3
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [policiesTest]
   [junit4]   2> ## Max replicas per node:      1
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             2
   [junit4]   2> ## * policiesTest              2
   [junit4]   2> ##             - active           2
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - ADDROLE            1
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.16s J2 | TestPolicyCloud.testDataProvider
   [junit4]   2> 69701 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMetricsTag
   [junit4]   2> 69702 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 69702 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 69804 ERROR (simCloudManagerPool-285-thread-1) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: 
Error in command payload, errors: [{set-cluster-policy=[{cores=<10, node=#ANY}, 
{replica=<2, shard=#EACH, node=#ANY}, {metrics:abc=overseer, replica=0}], 
errorMessages=[Invalid metrics: param in {
   [junit4]   2>   "metrics:abc":"overseer",
   [junit4]   2>   "replica":0} must have at 2 or 3 segments after 'metrics:' 
separated by ':']}], 
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:210)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:148)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.simHandleSolrRequest(SimCloudManager.java:684)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.lambda$request$15(SimCloudManager.java:629)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 69818 INFO  (simCloudManagerPool-285-thread-3) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 118176030 
sessionWrapper.createTime 118175998065414, this.sessionWrapper.createTime 
118175998065414 
   [junit4]   2> 69831 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMetricsTag
   [junit4]   2> 69831 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[BA6048387D7EC838]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        4
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [metricsTest]
   [junit4]   2> ## Max replicas per node:      1
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             1
   [junit4]   2> ## * metricsTest               1
   [junit4]   2> ##             - active           1
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - autoscaling        2
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.13s J2 | TestPolicyCloud.testMetricsTag
   [junit4]   2> 69835 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionAddReplica
   [junit4]   2> 69835 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 69835 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 69949 INFO  (simCloudManagerPool-288-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 118182562 
sessionWrapper.createTime 118182544134564, this.sessionWrapper.createTime 
118182544134564 
   [junit4]   2> 71751 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionAddReplica
   [junit4]   2> 71751 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddReplica-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        4
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [testCreateCollectionAddReplica]
   [junit4]   2> ## Max replicas per node:      1
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             1
   [junit4]   2> ## * testCreateCollectionAddReplica            1
   [junit4]   2> ##             - active           1
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPolicyCloud 
-Dtests.method=testCreateCollectionAddReplica -Dtests.seed=BA6048387D7EC838 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=en-MT -Dtests.timezone=PST8PDT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.92s J2 | TestPolicyCloud.testCreateCollectionAddReplica 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Timeout waiting for 
collection to become active
   [junit4]    > Live Nodes: [127.0.0.1:10017_solr, 127.0.0.1:10018_solr, 
127.0.0.1:10016_solr, 127.0.0.1:10019_solr, 127.0.0.1:10015_solr]
   [junit4]    > Last available state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/21)={
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"1",
   [junit4]    >   "tlogReplicas":"0",
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "policy":"c1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "replicas":{"core_node1":{
   [junit4]    >           
"core":"testCreateCollectionAddReplica_shard1_replica_n1",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10018_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0}},
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active"}}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BA6048387D7EC838:3A402D166C3D209E]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica(TestPolicyCloud.java:121)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: last state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/21)={
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"1",
   [junit4]    >   "tlogReplicas":"0",
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "policy":"c1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "replicas":{"core_node1":{
   [junit4]    >           
"core":"testCreateCollectionAddReplica_shard1_replica_n1",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10018_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0}},
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active"}}}
   [junit4]    >        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
   [junit4]    >        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
   [junit4]    >        ... 41 more
   [junit4]   2> 71756 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionSplitShard
   [junit4]   2> 71762 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 71763 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 71877 INFO  (simCloudManagerPool-291-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 118278941 
sessionWrapper.createTime 118278898400464, this.sessionWrapper.createTime 
118278898400464 
   [junit4]   2> 72001 INFO  (simCloudManagerPool-291-thread-6) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 118285173 
sessionWrapper.createTime 118285077901614, this.sessionWrapper.createTime 
118285077901614 
   [junit4]   2> 72145 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionSplitShard
   [junit4]   2> 72145 INFO  
(TEST-TestPolicyCloud.testCreateCollectionSplitShard-seed#[BA6048387D7EC838]) [ 
   ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        5
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        []
   [junit4]   2> ## Max replicas per node:      0
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             0
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - DELETE             1
   [junit4]   2> ##             - SPLITSHARD         1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.39s J2 | TestPolicyCloud.testCreateCollectionSplitShard
   [junit4]   2> 72149 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionAddShardUsingPolicy
   [junit4]   2> 72149 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 72149 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 72264 INFO  (simCloudManagerPool-294-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 118298290 
sessionWrapper.createTime 118298253101464, this.sessionWrapper.createTime 
118298253101464 
   [junit4]   2> 72387 INFO  (simCloudManagerPool-294-thread-7) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 118304449 
sessionWrapper.createTime 118304430294714, this.sessionWrapper.createTime 
118304430294714 
   [junit4]   2> 72398 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionAddShardUsingPolicy
   [junit4]   2> 72398 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        4
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [policiesTest]
   [junit4]   2> ## Max replicas per node:      3
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             3
   [junit4]   2> ## * policiesTest              3
   [junit4]   2> ##             - active           3
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - CREATESHARD        1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.25s J2 | 
TestPolicyCloud.testCreateCollectionAddShardUsingPolicy
   [junit4]   2> 72402 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testCreateCollectionAddShardWithReplicaTypeUsingPolicy
   [junit4]   2> 72402 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 72402 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 72503 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.TestPolicyCloud NRT 127.0.0.1:10018_solr PULL 
127.0.0.1:10016_solr , TLOG 127.0.0.1:10016_solr 
   [junit4]   2> 72518 INFO  (simCloudManagerPool-297-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 118311013 
sessionWrapper.createTime 118310944797964, this.sessionWrapper.createTime 
118310944797964 
   [junit4]   2> 72652 INFO  (simCloudManagerPool-297-thread-7) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 118317724 
sessionWrapper.createTime 118317665927664, this.sessionWrapper.createTime 
118317665927664 
   [junit4]   2> 72684 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testCreateCollectionAddShardWithReplicaTypeUsingPolicy
   [junit4]   2> 72685 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy-seed#[BA6048387D7EC838])
 [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         5
   [junit4]   2> ## Empty nodes:        3
   [junit4]   2> ## Dead nodes:         0
   [junit4]   2> ## Collections:        [policiesTest]
   [junit4]   2> ## Max replicas per node:      4
   [junit4]   2> ## Min replicas per node:      0
   [junit4]   2> ## Total replicas:             6
   [junit4]   2> ## * policiesTest              6
   [junit4]   2> ##             - active           6
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - CREATESHARD        1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4] OK      0.29s J2 | 
TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy
   [junit4]   2> 72685 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestPolicyCloud_BA6048387D7EC838-002
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-MT, timezone=PST8PDT
   [junit4]   2> NOTE: Linux 4.15.0-32-generic i386/Oracle Corporation 
1.8.0_172 (32-bit)/cpus=8,threads=1,free=42822816,total=90177536
   [junit4]   2> NOTE: All tests run in this JVM: [TestPolicyCloud, 
TestPolicyCloud, TestPolicyCloud, TestPolicyCloud, TestPolicyCloud]
   [junit4] Completed [7/10 (2!)] on J2 in 3.44s, 7 tests, 1 failure <<< 
FAILURES!

[...truncated 44 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1568: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1092: 
There were test failures: 10 suites, 75 tests, 2 failures [seed: 
BA6048387D7EC838]

Total time: 1 minute 51 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.TestPolicyCloud
[repro]   2/5 failed: org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=0530d05c734c4eb0d99a12389520069a144a636f, 
workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #2574
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
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)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to