Build: 
https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/64/

5 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudRecovery2.test

Error Message:
Error from server at http://127.0.0.1:33937/solr: Async exception during 
distributed update: java.net.ConnectException: Connection refused

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33937/solr: Async exception during distributed 
update: java.net.ConnectException: Connection refused
        at 
__randomizedtesting.SeedInfo.seed([E7D2DC355CBA5936:6F86E3EFF24634CE]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:239)
        at 
org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:67)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.handler.export.TestExportWriter.testStringWithCase

Error Message:
expected:<...:"3"},       {"id":"[1"},       {"id":"4]"},       {"id":"2"}...> 
but was:<...:"3"},       {"id":"[4"},       {"id":"1]"},       {"id":"2"}...>

Stack Trace:
org.junit.ComparisonFailure: expected:<...:"3"},
      {"id":"[1"},
      {"id":"4]"},
      {"id":"2"}...> but was:<...:"3"},
      {"id":"[4"},
      {"id":"1]"},
      {"id":"2"}...>
        at 
__randomizedtesting.SeedInfo.seed([E7D2DC355CBA5936:839920B3C5375953]:0)
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.solr.handler.export.TestExportWriter.assertJsonEquals(TestExportWriter.java:540)
        at 
org.apache.solr.handler.export.TestExportWriter.testStringWithCase(TestExportWriter.java:365)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.handler.export.TestExportWriter.testIndexOrder

Error Message:
expected:<...ocs":[       {"id":"[1"},       {"id":"2"},       {"id":"3"},      
 {"id":"4]"}]}}> but was:<...ocs":[       {"id":"[3"},       {"id":"4"},       
{"id":"1"},       {"id":"2]"}]}}>

Stack Trace:
org.junit.ComparisonFailure: expected:<...ocs":[
      {"id":"[1"},
      {"id":"2"},
      {"id":"3"},
      {"id":"4]"}]}}> but was:<...ocs":[
      {"id":"[3"},
      {"id":"4"},
      {"id":"1"},
      {"id":"2]"}]}}>
        at 
__randomizedtesting.SeedInfo.seed([E7D2DC355CBA5936:2E9472B177136DC8]:0)
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.solr.handler.export.TestExportWriter.assertJsonEquals(TestExportWriter.java:540)
        at 
org.apache.solr.handler.export.TestExportWriter.testIndexOrder(TestExportWriter.java:343)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple2 Timeout waiting to see state for 
collection=testSimple2 
:DocCollection(testSimple2//collections/testSimple2/state.json/24)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node3/data/", 
          "base_url":"http://127.0.0.1:40637/solr";,           
"node_name":"127.0.0.1:40637_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node3/data/tlog",
           "core":"testSimple2_shard1_replica_n1",           
"shared_storage":"true",           "state":"active",           
"leader":"true"},         "core_node5":{           
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node5/data/", 
          "base_url":"http://127.0.0.1:40193/solr";,           
"node_name":"127.0.0.1:40193_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node5/data/tlog",
           "core":"testSimple2_shard1_replica_n2",           
"shared_storage":"true",           "state":"down"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node7/data/", 
          "base_url":"http://127.0.0.1:40637/solr";,           
"node_name":"127.0.0.1:40637_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node7/data/tlog",
           "core":"testSimple2_shard2_replica_n4",           
"shared_storage":"true",           "state":"active",           
"leader":"true"},         "core_node8":{           
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node8/data/", 
          "base_url":"http://127.0.0.1:40193/solr";,           
"node_name":"127.0.0.1:40193_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node8/data/tlog",
           "core":"testSimple2_shard2_replica_n6",           
"shared_storage":"true",           "state":"down"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live 
Nodes: [127.0.0.1:40395_solr, 127.0.0.1:40637_solr] Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/24)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node3/data/", 
          "base_url":"http://127.0.0.1:40637/solr";,           
"node_name":"127.0.0.1:40637_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node3/data/tlog",
           "core":"testSimple2_shard1_replica_n1",           
"shared_storage":"true",           "state":"active",           
"leader":"true"},         "core_node5":{           
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node5/data/", 
          "base_url":"http://127.0.0.1:40193/solr";,           
"node_name":"127.0.0.1:40193_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node5/data/tlog",
           "core":"testSimple2_shard1_replica_n2",           
"shared_storage":"true",           "state":"down"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node7/data/", 
          "base_url":"http://127.0.0.1:40637/solr";,           
"node_name":"127.0.0.1:40637_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node7/data/tlog",
           "core":"testSimple2_shard2_replica_n4",           
"shared_storage":"true",           "state":"active",           
"leader":"true"},         "core_node8":{           
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node8/data/", 
          "base_url":"http://127.0.0.1:40193/solr";,           
"node_name":"127.0.0.1:40193_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node8/data/tlog",
           "core":"testSimple2_shard2_replica_n6",           
"shared_storage":"true",           "state":"down"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
Timeout waiting to see state for collection=testSimple2 
:DocCollection(testSimple2//collections/testSimple2/state.json/24)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"http://127.0.0.1:40637/solr";,
          "node_name":"127.0.0.1:40637_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node5":{
          
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"http://127.0.0.1:40193/solr";,
          "node_name":"127.0.0.1:40193_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"down"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"http://127.0.0.1:40637/solr";,
          "node_name":"127.0.0.1:40637_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node8":{
          
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"http://127.0.0.1:40193/solr";,
          "node_name":"127.0.0.1:40193_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:40395_solr, 127.0.0.1:40637_solr]
Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/24)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"http://127.0.0.1:40637/solr";,
          "node_name":"127.0.0.1:40637_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node5":{
          
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"http://127.0.0.1:40193/solr";,
          "node_name":"127.0.0.1:40193_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"down"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"http://127.0.0.1:40637/solr";,
          "node_name":"127.0.0.1:40637_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node8":{
          
"dataDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"http://127.0.0.1:40193/solr";,
          "node_name":"127.0.0.1:40193_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37803/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([E7D2DC355CBA5936:DF61F8CB7B498DE7]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:169)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test

Error Message:
Captured an uncaught exception in thread: Thread[id=4186, name=Thread-2104, 
state=RUNNABLE, group=TGRP-TestDistributedStatsComponentCardinality]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=4186, name=Thread-2104, state=RUNNABLE, 
group=TGRP-TestDistributedStatsComponentCardinality]
Caused by: junit.framework.AssertionFailedError: .responseHeader.status:200!=0
        at __randomizedtesting.SeedInfo.seed([E7D2DC355CBA5936]:0)
        at junit.framework.Assert.fail(Assert.java:57)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:999)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1026)
        at 
org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:695)




Build Log:
[...truncated 13207 lines...]
   [junit4] Suite: 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/init-core-data-001
   [junit4]   2> 192184 WARN  
(SUITE-TestDistributedStatsComponentCardinality-seed#[E7D2DC355CBA5936]-worker) 
[    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 192185 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[E7D2DC355CBA5936]-worker) 
[    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 192186 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[E7D2DC355CBA5936]-worker) 
[    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-9062";)
   [junit4]   2> 192187 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[E7D2DC355CBA5936]-worker) 
[    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 192187 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[E7D2DC355CBA5936]-worker) 
[    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/
   [junit4]   2> 192592 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/control/cores/collection1
   [junit4]   2> 192594 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 192596 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 192596 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 192596 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 192599 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 192599 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 192599 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 192600 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5865567a{/,null,AVAILABLE}
   [junit4]   2> 192601 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@53e171c0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44228}
   [junit4]   2> 192602 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.Server Started @192654ms
   [junit4]   2> 192602 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
hostPort=44228, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/control/cores}
   [junit4]   2> 192602 ERROR 
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 192602 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 192602 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 192602 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 192602 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 192602 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-01T18:28:43.483924Z
   [junit4]   2> 192603 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/control/solr.xml
   [junit4]   2> 192609 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 192609 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 192611 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 192656 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 192658 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6bf99b5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 192663 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@70301581[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 192734 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 192734 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 192764 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 192793 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 192793 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 192796 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/control/cores
   [junit4]   2> 192796 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 192808 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 192895 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 192978 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 193211 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 193243 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 193244 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 193244 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 193247 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=4, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=0.5029296875, 
floorSegmentMB=1.0458984375, forceMergeDeletesPctAllowed=28.251669289730923, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5443191583846448, deletesPctAllowed=24.389635910287282
   [junit4]   2> 193351 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 193351 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 193372 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 193372 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 193374 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=4, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=38.236328125, 
floorSegmentMB=0.666015625, forceMergeDeletesPctAllowed=3.9996290703126833, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=32.30399943702133
   [junit4]   2> 193376 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@445f37bc[collection1] main]
   [junit4]   2> 193377 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 193478 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 193558 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 193558 INFO  (coreLoadExecutor-483-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1635163805517348864
   [junit4]   2> 193560 INFO  
(searcherExecutor-484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 193561 INFO  
(searcherExecutor-484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 193561 INFO  
(searcherExecutor-484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 193561 INFO  
(searcherExecutor-484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 193562 INFO  
(searcherExecutor-484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 193562 INFO  
(searcherExecutor-484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 193563 INFO  
(searcherExecutor-484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 193563 INFO  
(searcherExecutor-484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 193564 INFO  
(searcherExecutor-484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 193566 INFO  
(searcherExecutor-484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@445f37bc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 193809 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 193810 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 193810 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 193810 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 193810 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 193812 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 193812 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 193812 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 193813 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14ee24f3{/,null,AVAILABLE}
   [junit4]   2> 193813 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@471bca7d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41701}
   [junit4]   2> 193813 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.Server Started @193865ms
   [junit4]   2> 193813 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
hostPort=41701, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard0/cores}
   [junit4]   2> 193814 ERROR 
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 193814 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 193814 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 193814 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 193814 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 193814 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-01T18:28:44.695768Z
   [junit4]   2> 193815 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 193822 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 193822 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 193824 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 193898 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 193900 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@78cb8562[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 193918 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@45b3d618[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 193958 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 193958 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 194022 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 194071 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 194072 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 194087 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard0/cores
   [junit4]   2> 194087 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 194099 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 194183 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 194322 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 194614 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 194630 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 194631 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 194631 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 194635 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=4, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=0.5029296875, 
floorSegmentMB=1.0458984375, forceMergeDeletesPctAllowed=28.251669289730923, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5443191583846448, deletesPctAllowed=24.389635910287282
   [junit4]   2> 194781 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 194781 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 194784 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 194784 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 194785 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=4, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=38.236328125, 
floorSegmentMB=0.666015625, forceMergeDeletesPctAllowed=3.9996290703126833, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=32.30399943702133
   [junit4]   2> 194786 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2cf7f282[collection1] main]
   [junit4]   2> 194787 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 194812 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 194895 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 194896 INFO  (coreLoadExecutor-497-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1635163806920343552
   [junit4]   2> 194898 INFO  
(searcherExecutor-498-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 194898 INFO  
(searcherExecutor-498-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 194898 INFO  
(searcherExecutor-498-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 194898 INFO  
(searcherExecutor-498-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 194899 INFO  
(searcherExecutor-498-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 194900 INFO  
(searcherExecutor-498-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 194900 INFO  
(searcherExecutor-498-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 194901 INFO  
(searcherExecutor-498-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 194902 INFO  
(searcherExecutor-498-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 194926 INFO  
(searcherExecutor-498-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2cf7f282[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 195093 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 195094 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 195095 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 195095 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 195095 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 195099 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 195099 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 195099 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 195100 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@350686e4{/,null,AVAILABLE}
   [junit4]   2> 195101 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@4d7499a9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33511}
   [junit4]   2> 195101 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.Server Started @195153ms
   [junit4]   2> 195101 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
hostPort=33511, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard1/cores}
   [junit4]   2> 195101 ERROR 
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 195101 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 195101 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 195101 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 195101 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 195102 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-01T18:28:45.983036Z
   [junit4]   2> 195102 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 195114 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 195114 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 195116 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 195301 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 195303 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7f175c69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 195307 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1a3f5d11[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 195354 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 195354 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 195387 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 195410 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 195411 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 195414 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard1/cores
   [junit4]   2> 195414 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 195416 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 195464 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 195518 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 195673 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 195692 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 195693 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 195693 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 195697 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=4, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=0.5029296875, 
floorSegmentMB=1.0458984375, forceMergeDeletesPctAllowed=28.251669289730923, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5443191583846448, deletesPctAllowed=24.389635910287282
   [junit4]   2> 195799 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 195799 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 195801 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 195801 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 195803 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=4, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=38.236328125, 
floorSegmentMB=0.666015625, forceMergeDeletesPctAllowed=3.9996290703126833, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=32.30399943702133
   [junit4]   2> 195804 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5044778f[collection1] main]
   [junit4]   2> 195805 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 195827 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 195925 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 195925 INFO  (coreLoadExecutor-511-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1635163807999328256
   [junit4]   2> 195927 INFO  
(searcherExecutor-512-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 195928 INFO  
(searcherExecutor-512-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 195928 INFO  
(searcherExecutor-512-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 195928 INFO  
(searcherExecutor-512-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 195929 INFO  
(searcherExecutor-512-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 195929 INFO  
(searcherExecutor-512-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 195930 INFO  
(searcherExecutor-512-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 195930 INFO  
(searcherExecutor-512-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 195931 INFO  
(searcherExecutor-512-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 195938 INFO  
(searcherExecutor-512-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5044778f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 196234 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 196235 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 196236 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 196236 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 196236 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 196279 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 196279 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 196279 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 196280 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7d2e10c1{/,null,AVAILABLE}
   [junit4]   2> 196282 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@241d4b5d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37957}
   [junit4]   2> 196282 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.Server Started @196334ms
   [junit4]   2> 196282 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
hostPort=37957, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard2/cores}
   [junit4]   2> 196283 ERROR 
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 196283 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 196283 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 196283 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 196283 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 196283 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-01T18:28:47.164317Z
   [junit4]   2> 196283 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 196288 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 196288 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 196290 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 196447 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 196461 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@264e3198[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196466 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1f3c5c6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196488 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 196488 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 196521 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 196544 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 196545 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 196548 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard2/cores
   [junit4]   2> 196548 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 196549 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 196577 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 196645 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 196839 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 196855 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 196855 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b451c3a
   [junit4]   2> 196855 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 196859 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=4, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=0.5029296875, 
floorSegmentMB=1.0458984375, forceMergeDeletesPctAllowed=28.251669289730923, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5443191583846448, deletesPctAllowed=24.389635910287282
   [junit4]   2> 196955 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 196955 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 196957 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 196957 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 196959 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=4, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=38.236328125, 
floorSegmentMB=0.666015625, forceMergeDeletesPctAllowed=3.9996290703126833, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=32.30399943702133
   [junit4]   2> 196960 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6daffc09[collection1] main]
   [junit4]   2> 196961 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 196973 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 197087 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 197095 INFO  (coreLoadExecutor-525-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1635163809226162176
   [junit4]   2> 197097 INFO  
(searcherExecutor-526-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 197098 INFO  
(searcherExecutor-526-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 197098 INFO  
(searcherExecutor-526-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 197098 INFO  
(searcherExecutor-526-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 197099 INFO  
(searcherExecutor-526-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 197099 INFO  
(searcherExecutor-526-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 197100 INFO  
(searcherExecutor-526-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 197100 INFO  
(searcherExecutor-526-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 197101 INFO  
(searcherExecutor-526-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 197111 INFO  
(searcherExecutor-526-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6daffc09[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 197793 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard3/cores/collection1
   [junit4]   2> 197794 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 197795 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 197795 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 197795 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 197819 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 197819 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 197820 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 197821 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@76fe092e{/,null,AVAILABLE}
   [junit4]   2> 197825 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@70421e2c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45958}
   [junit4]   2> 197825 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.e.j.s.Server Started @197877ms
   [junit4]   2> 197825 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
hostPort=45958, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_E7D2DC355CBA5936-001/tempDir-001/shard3/cores}
   [junit4]   2> 197826 ERROR 
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 197826 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 197826 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 197826 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 197826 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[E7D2DC355CBA5936]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 197826 INFO  (T

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

_m=DocValuesFormat(name=Asserting), 
number_f_ni_t=DocValuesFormat(name=Lucene80), 
number_l_ni_t=DocValuesFormat(name=Direct), 
number_i_ni_p=DocValuesFormat(name=Asserting), 
number_dt_ni_p=DocValuesFormat(name=Lucene80), 
number_f_ni_p=DocValuesFormat(name=Lucene80), 
number_i_ni_t=DocValuesFormat(name=Asserting), 
number_dt_ni_t=DocValuesFormat(name=Lucene80), 
number_d_p=DocValuesFormat(name=Direct), 
field3_l_p=DocValuesFormat(name=Lucene80), 
field7_i_p=DocValuesFormat(name=Asserting), 
number_l_ni_p=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=796, 
maxMBSortInHeap=7.839133485294987, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5bd6e79e),
 locale=ps, timezone=America/Indiana/Vevay
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 11.0.1 
(64-bit)/cpus=4,threads=1,free=150210704,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [NodeMutatorTest, 
SolrSlf4jReporterTest, ReindexCollectionTest, TestSubQueryTransformerCrossCore, 
TestSweetSpotSimilarityFactory, DistributedUpdateProcessorTest, 
CurrencyFieldTypeTest, SolrMetricManagerTest, 
MetricsHistoryWithAuthIntegrationTest, UnloadDistributedZkTest, 
TestCrossCoreJoin, TestAtomicUpdateErrorCases, CdcrWithNodesRestartsTest, 
TestCustomSort, TestCloudSchemaless, TestFieldCacheReopen, 
AdminHandlersProxyTest, TestExtendedDismaxParser, TermsComponentTest, 
TestSolrQueryParser, CloudExitableDirectoryReaderTest, TestReRankQParserPlugin, 
TestTrieFacet, TestGeoJSONResponseWriter, SubstringBytesRefFilterTest, 
V2StandaloneTest, CollectionsAPIAsyncDistributedZkTest, 
CustomTermsComponentTest, TestDynamicURP, 
PreAnalyzedFieldManagedSchemaCloudTest, TestSkipOverseerOperations, 
EnumFieldTest, TestHdfsBackupRestoreCore, LeaderVoteWaitTimeoutTest, 
TestLegacyTerms, TestStressLiveNodes, BufferStoreTest, 
HdfsBasicDistributedZkTest, OverseerStatusTest, TestRandomDVFaceting, 
UninvertDocValuesMergePolicyTest, TestLegacyNumericRangeQueryBuilder, 
JvmMetricsTest, TestSchemaSimilarityResource, TestJsonFacetsWithNestedObjects, 
TestRawTransformer, HLLUtilTest, RootFieldTest, ResponseBuilderTest, 
BooleanFieldTest, StressHdfsTest, TestManagedSynonymGraphFilterFactory, 
MoreLikeThisHandlerTest, BigEndianAscendingWordDeserializerTest, 
TestComplexPhraseLeadingWildcard, DataDrivenBlockJoinTest, ExplicitHLLTest, 
SolrCloudExampleTest, TestXIncludeConfig, TestInPlaceUpdateWithRouteField, 
CoreAdminHandlerTest, QueryEqualityTest, AddReplicaTest, SpatialFilterTest, 
TestZkChroot, SecurityConfHandlerTest, NodeMarkersRegistrationTest, 
ScheduledTriggerIntegrationTest, ConfigureRecoveryStrategyTest, 
TestFilteredDocIdSet, TestMinMaxOnMultiValuedField, TestSolrDeletionPolicy2, 
InfixSuggestersTest, TestSmileRequest, TestUniqueKeyFieldResource, 
HdfsTlogReplayBufferedWhileIndexingTest, ClassificationUpdateProcessorTest, 
TestJsonFacetRefinement, SaslZkACLProviderTest, 
PathHierarchyTokenizerFactoryTest, TestCoreContainer, TestGroupingSearch, 
TestXmlQParserPlugin, TestSolrCoreParser, TestAnalyzedSuggestions, 
NumericFieldsTest, UpdateParamsTest, TestSegmentSorting, 
MetricTriggerIntegrationTest, DistributedQueryComponentOptimizationTest, 
TestCloudRecovery, ChaosMonkeyNothingIsSafeTest, TestMaxTokenLenTokenizer, 
TestManagedSchemaThreadSafety, NodeAddedTriggerTest, 
TestRequestStatusCollectionAPI, DocValuesMissingTest, SampleTest, 
SuggestComponentTest, TestUpdate, TestSimpleTextCodec, BasicDistributedZk2Test, 
SharedFSAutoReplicaFailoverTest, RollingRestartTest, 
PeerSyncWithIndexFingerprintCachingTest, TestMacros, 
SimpleCollectionCreateDeleteTest, TestFieldCacheVsDocValues, 
MultiSolrCloudTestCaseTest, QueryResultKeyTest, SuggesterTest, TestLegacyField, 
OverseerCollectionConfigSetProcessorTest, ExitableDirectoryReaderTest, 
TestCSVLoader, TestConfigSetsAPIZkFailure, ZkShardTermsTest, 
TestChildDocTransformer, ForceLeaderWithTlogReplicasTest, 
TestWordDelimiterFilterFactory, TestRecoveryHdfs, ReplaceNodeTest, 
SolrIndexConfigTest, DistributedSuggestComponentTest, 
MoveReplicaHDFSFailoverTest, TestDocTermOrds, 
TriggerSetPropertiesIntegrationTest, TestSimExtremeIndexing, 
TestSolrCoreSnapshots, AsyncCallRequestStatusResponseTest, 
TestManagedResourceStorage, DeleteShardTest, TestDocBasedVersionConstraints, 
TestCloudNestedDocsSort, TestSolrCoreProperties, ResourceLoaderTest, 
TestSearchPerf, RequiredFieldsTest, LeaderFailoverAfterPartitionTest, 
SimpleMLTQParserTest, ReturnFieldsTest, HdfsAutoAddReplicasIntegrationTest, 
SearchRateTriggerTest, SystemLogListenerTest, TestPolicyCloud, 
TriggerCooldownIntegrationTest, TriggerEventQueueTest, TriggerIntegrationTest, 
TestSimDistribStateManager, TestSimDistributedQueue, TestSimExecutePlanAction, 
TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimPolicyCloud, 
TestSimTriggerIntegration, TestSnapshotCloudManager, CdcrBidirectionalTest, 
CdcrOpsAndBoundariesTest, HdfsThreadLeakTest, ZkStateWriterTest, 
AlternateDirectoryTest, BlobRepositoryCloudTest, SolrCoreTest, TestBadConfig, 
TestConfigSetImmutable, TestDirectoryFactory, TestDynamicLoading, TestNRTOpen, 
TestQuerySenderNoQuery, TestShardHandlerFactory, 
FieldAnalysisRequestHandlerTest, JsonLoaderTest, TestRestoreCore, 
TestSolrConfigHandlerConcurrent, TestSystemCollAutoCreate, 
CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, LoggingHandlerTest, 
LukeRequestHandlerTest, MetricsHistoryHandlerTest, StatsReloadRaceTest, 
DistributedExpandComponentTest, DistributedFacetPivotLargeTest, 
DistributedFacetPivotSmallAdvancedTest, DistributedMLTComponentTest, 
ReplicaListTransformerTest, ResponseLogComponentTest, SearchHandlerTest, 
TestExportWriter]
   [junit4] Completed [635/858 (4!)] on J0 in 6.58s, 9 tests, 2 failures <<< 
FAILURES!

[...truncated 47991 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1212373815
 [ecj-lint] Compiling 69 source files to /tmp/ecj1212373815
 [ecj-lint] invalid Class-Path header in manifest of jar file: 
/x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: 
/x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java
 (at line 28)
 [ecj-lint]     import javax.naming.InitialContext;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.InitialContext is not accessible
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java
 (at line 29)
 [ecj-lint]     import javax.naming.NamingException;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NamingException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 3. ERROR in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java
 (at line 182)
 [ecj-lint]     c = getFromJndi(initProps, jndiName);
 [ecj-lint]         ^^^^^^^^^^^
 [ecj-lint] The method getFromJndi(Properties, String) from the type new 
Callable<Connection>(){} refers to the missing type NamingException
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java
 (at line 245)
 [ecj-lint]     private Connection getFromJndi(final Properties initProps, 
final String jndiName) throws NamingException,
 [ecj-lint]                                                                     
                         ^^^^^^^^^^^^^^^
 [ecj-lint] NamingException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 5. ERROR in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java
 (at line 249)
 [ecj-lint]     InitialContext ctx =  new InitialContext();
 [ecj-lint]     ^^^^^^^^^^^^^^
 [ecj-lint] InitialContext cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 6. ERROR in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java
 (at line 249)
 [ecj-lint]     InitialContext ctx =  new InitialContext();
 [ecj-lint]                               ^^^^^^^^^^^^^^
 [ecj-lint] InitialContext cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 6 problems (6 errors)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/build.xml:662:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/build.xml:101:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build.xml:651:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/common-build.xml:479:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/common-build.xml:2009:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/common-build.xml:2048:
 Compile failed; see the compiler error output for details.

Total time: 342 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to