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

4 tests failed.
FAILED:  org.apache.lucene.luke.models.overview.OverviewImplTest.testIsOptimized

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([8DE1966EE3ACECCE:DB2A14A33308E619]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.lucene.luke.models.overview.OverviewImplTest.testIsOptimized(OverviewImplTest.java:78)
        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 
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 
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.RollingRestartTest.test

Error Message:
Timeout occurred while waiting response from server at: 
https://127.0.0.1:41047/i_h

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: https://127.0.0.1:41047/i_h
        at 
__randomizedtesting.SeedInfo.seed([58CECCF8531B0000:D09AF322FDE76DF8]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1127)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:896)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:828)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        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)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
        at 
java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
        at 
java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
        at 
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
        ... 51 more


FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.test

Error Message:
Error from server at http://127.0.0.1:33911/_uu/delete_data_dir: 2 Async 
exceptions during distributed update:  null 
java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33911/_uu/delete_data_dir: 2 Async exceptions 
during distributed update: 
null
java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms
        at 
__randomizedtesting.SeedInfo.seed([58CECCF8531B0000:D09AF322FDE76DF8]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1127)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:896)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:828)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:940)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:903)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:918)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:203)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        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.api.collections.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Failed while waiting for active collection Timeout waiting to see state for 
collection=awhollynewcollection_0 
:DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{     "shard1":{   
    "range":"80000000-b332ffff",       "state":"active",       
"replicas":{"core_node2":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node2/data/",
           "base_url":"https://127.0.0.1:38617/solr";,           
"node_name":"127.0.0.1:38617_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node2/data/tlog",
           "core":"awhollynewcollection_0_shard1_replica_n1",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}},     "shard2":{       "range":"b3330000-e665ffff",       
"state":"active",       "replicas":{"core_node5":{           
"core":"awhollynewcollection_0_shard2_replica_n3",           
"base_url":"https://127.0.0.1:43339/solr";,           
"node_name":"127.0.0.1:43339_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}},     "shard3":{       
"range":"e6660000-1998ffff",       "state":"active",       
"replicas":{"core_node7":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node7/data/",
           "base_url":"https://127.0.0.1:41007/solr";,           
"node_name":"127.0.0.1:41007_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node7/data/tlog",
           "core":"awhollynewcollection_0_shard3_replica_n4",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}},     "shard4":{       "range":"19990000-4ccbffff",       
"state":"active",       "replicas":{"core_node9":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node9/data/",
           "base_url":"https://127.0.0.1:37902/solr";,           
"node_name":"127.0.0.1:37902_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node9/data/tlog",
           "core":"awhollynewcollection_0_shard4_replica_n6",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}},     "shard5":{       "range":"4ccc0000-7fffffff",       
"state":"active",       "replicas":{"core_node10":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node10/data/",
           "base_url":"https://127.0.0.1:38617/solr";,           
"node_name":"127.0.0.1:38617_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node10/data/tlog",
           "core":"awhollynewcollection_0_shard5_replica_n8",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"1",   
"tlogReplicas":"0"} Live Nodes: [127.0.0.1:37902_solr, 127.0.0.1:38617_solr, 
127.0.0.1:41007_solr, 127.0.0.1:43339_solr] Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{     "shard1":{   
    "range":"80000000-b332ffff",       "state":"active",       
"replicas":{"core_node2":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node2/data/",
           "base_url":"https://127.0.0.1:38617/solr";,           
"node_name":"127.0.0.1:38617_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node2/data/tlog",
           "core":"awhollynewcollection_0_shard1_replica_n1",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}},     "shard2":{       "range":"b3330000-e665ffff",       
"state":"active",       "replicas":{"core_node5":{           
"core":"awhollynewcollection_0_shard2_replica_n3",           
"base_url":"https://127.0.0.1:43339/solr";,           
"node_name":"127.0.0.1:43339_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}},     "shard3":{       
"range":"e6660000-1998ffff",       "state":"active",       
"replicas":{"core_node7":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node7/data/",
           "base_url":"https://127.0.0.1:41007/solr";,           
"node_name":"127.0.0.1:41007_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node7/data/tlog",
           "core":"awhollynewcollection_0_shard3_replica_n4",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}},     "shard4":{       "range":"19990000-4ccbffff",       
"state":"active",       "replicas":{"core_node9":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node9/data/",
           "base_url":"https://127.0.0.1:37902/solr";,           
"node_name":"127.0.0.1:37902_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node9/data/tlog",
           "core":"awhollynewcollection_0_shard4_replica_n6",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}},     "shard5":{       "range":"4ccc0000-7fffffff",       
"state":"active",       "replicas":{"core_node10":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node10/data/",
           "base_url":"https://127.0.0.1:38617/solr";,           
"node_name":"127.0.0.1:38617_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node10/data/tlog",
           "core":"awhollynewcollection_0_shard5_replica_n8",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"1",   
"tlogReplicas":"0"}

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection
Timeout waiting to see state for collection=awhollynewcollection_0 
:DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-b332ffff",
      "state":"active",
      "replicas":{"core_node2":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node2/data/",
          "base_url":"https://127.0.0.1:38617/solr";,
          "node_name":"127.0.0.1:38617_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node2/data/tlog",
          "core":"awhollynewcollection_0_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"b3330000-e665ffff",
      "state":"active",
      "replicas":{"core_node5":{
          "core":"awhollynewcollection_0_shard2_replica_n3",
          "base_url":"https://127.0.0.1:43339/solr";,
          "node_name":"127.0.0.1:43339_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard3":{
      "range":"e6660000-1998ffff",
      "state":"active",
      "replicas":{"core_node7":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node7/data/",
          "base_url":"https://127.0.0.1:41007/solr";,
          "node_name":"127.0.0.1:41007_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node7/data/tlog",
          "core":"awhollynewcollection_0_shard3_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard4":{
      "range":"19990000-4ccbffff",
      "state":"active",
      "replicas":{"core_node9":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node9/data/",
          "base_url":"https://127.0.0.1:37902/solr";,
          "node_name":"127.0.0.1:37902_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node9/data/tlog",
          "core":"awhollynewcollection_0_shard4_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard5":{
      "range":"4ccc0000-7fffffff",
      "state":"active",
      "replicas":{"core_node10":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node10/data/",
          "base_url":"https://127.0.0.1:38617/solr";,
          "node_name":"127.0.0.1:38617_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node10/data/tlog",
          "core":"awhollynewcollection_0_shard5_replica_n8",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:37902_solr, 127.0.0.1:38617_solr, 127.0.0.1:41007_solr, 
127.0.0.1:43339_solr]
Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-b332ffff",
      "state":"active",
      "replicas":{"core_node2":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node2/data/",
          "base_url":"https://127.0.0.1:38617/solr";,
          "node_name":"127.0.0.1:38617_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node2/data/tlog",
          "core":"awhollynewcollection_0_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"b3330000-e665ffff",
      "state":"active",
      "replicas":{"core_node5":{
          "core":"awhollynewcollection_0_shard2_replica_n3",
          "base_url":"https://127.0.0.1:43339/solr";,
          "node_name":"127.0.0.1:43339_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard3":{
      "range":"e6660000-1998ffff",
      "state":"active",
      "replicas":{"core_node7":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node7/data/",
          "base_url":"https://127.0.0.1:41007/solr";,
          "node_name":"127.0.0.1:41007_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node7/data/tlog",
          "core":"awhollynewcollection_0_shard3_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard4":{
      "range":"19990000-4ccbffff",
      "state":"active",
      "replicas":{"core_node9":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node9/data/",
          "base_url":"https://127.0.0.1:37902/solr";,
          "node_name":"127.0.0.1:37902_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node9/data/tlog",
          "core":"awhollynewcollection_0_shard4_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard5":{
      "range":"4ccc0000-7fffffff",
      "state":"active",
      "replicas":{"core_node10":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node10/data/",
          "base_url":"https://127.0.0.1:38617/solr";,
          "node_name":"127.0.0.1:38617_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:41607/solr_hdfs_home/awhollynewcollection_0/core_node10/data/tlog",
          "core":"awhollynewcollection_0_shard5_replica_n8",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([58CECCF8531B0000:10BBB84C55282F95]:0)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:761)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:767)
        at 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:426)
        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)




Build Log:
[...truncated 9426 lines...]
   [junit4] Suite: org.apache.lucene.luke.models.overview.OverviewImplTest
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverviewImplTest 
-Dtests.method=testIsOptimized -Dtests.seed=8DE1966EE3ACECCE 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.badapples=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=ug-CN -Dtests.timezone=US/Mountain -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.87s J1 | OverviewImplTest.testIsOptimized <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8DE1966EE3ACECCE:DB2A14A33308E619]:0)
   [junit4]    >        at 
org.apache.lucene.luke.models.overview.OverviewImplTest.testIsOptimized(OverviewImplTest.java:78)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/build/luke/test/J1/temp/lucene.luke.models.overview.OverviewImplTest_8DE1966EE3ACECCE-001
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=13370, maxDocsPerChunk=2, blockSize=654), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=13370, blockSize=654)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6792b5a9),
 locale=ug-CN, timezone=US/Mountain
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.4 
(64-bit)/cpus=4,threads=1,free=173233984,total=264241152
   [junit4]   2> NOTE: All tests run in this JVM: [DocumentsImplTest, 
TermCountsTest, OverviewImplTest]
   [junit4] Completed [9/10 (1!)] on J1 in 7.52s, 17 tests, 1 failure <<< 
FAILURES!

[...truncated 4211 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> 4610 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4682 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_58CECCF8531B0000-001/data-dir-1-001
   [junit4]   2> 4852 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4978 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.u.log Logging initialized @5033ms to 
org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4983 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 6491 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 7701 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 8739 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 8947 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 9164 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 9168 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 9170 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 9196 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7a711667{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 9697 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@3103591{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/jetty-lucene2-us-west.apache.org-32935-hdfs-_-any-15760314194198364935.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 9706 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.AbstractConnector Started 
ServerConnector@2b0bcca6{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:32935}
   [junit4]   2> 9707 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.Server Started @9769ms
   [junit4]   2> 11351 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 11369 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 11396 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 11396 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 11396 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 11404 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@67715a3c{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 11699 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@b5c7a1a{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-33205-datanode-_-any-15983659816010930828.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 11700 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.AbstractConnector Started 
ServerConnector@23e17273{HTTP/1.1,[http/1.1]}{localhost:33205}
   [junit4]   2> 11700 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.Server Started @11762ms
   [junit4]   2> 12243 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 12245 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 12281 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 12281 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 12281 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 12281 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3913dc12{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 12542 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@dc8de5c{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-34948-datanode-_-any-16008944776774389430.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 12552 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.AbstractConnector Started 
ServerConnector@3c4acc4f{HTTP/1.1,[http/1.1]}{localhost:34948}
   [junit4]   2> 12552 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[58CECCF8531B0000]-worker) [    
 ] o.e.j.s.Server Started @12614ms
   [junit4]   2> 13464 INFO  (Block report processor) [     ] BlockStateChange 
BLOCK* processReport 0x8ff271d0c12ff695: Processing first storage report for 
DS-3b61ea8c-bc58-4562-a6c4-341e82c00588 from datanode 
665328ab-b1a6-443a-be2e-ba69b2f47711
   [junit4]   2> 13467 INFO  (Block report processor) [     ] BlockStateChange 
BLOCK* processReport 0x8ff271d0c12ff695: from storage 
DS-3b61ea8c-bc58-4562-a6c4-341e82c00588 node 
DatanodeRegistration(127.0.0.1:43581, 
datanodeUuid=665328ab-b1a6-443a-be2e-ba69b2f47711, infoPort=35097, 
infoSecurePort=0, ipcPort=38609, 
storageInfo=lv=-57;cid=testClusterID;nsid=758491787;c=1573301745696), blocks: 
0, hasStaleStorage: true, processing time: 2 msecs, invalidatedBlocks: 0
   [junit4]   2> 13501 INFO  (Block report processor) [     ] BlockStateChange 
BLOCK* processReport 0x8ff271d0c12ff695: Processing first storage report for 
DS-36ef8152-3d1f-4d6c-a4fd-9560bd7c71d4 from datanode 
665328ab-b1a6-443a-be2e-ba69b2f47711
   [junit4]   2> 13501 INFO  (Block report processor) [     ] BlockStateChange 
BLOCK* processReport 0x8ff271d0c12ff695: from storage 
DS-36ef8152-3d1f-4d6c-a4fd-9560bd7c71d4 node 
DatanodeRegistration(127.0.0.1:43581, 
datanodeUuid=665328ab-b1a6-443a-be2e-ba69b2f47711, infoPort=35097, 
infoSecurePort=0, ipcPort=38609, 
storageInfo=lv=-57;cid=testClusterID;nsid=758491787;c=1573301745696), blocks: 
0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 13512 INFO  (Block report processor) [     ] BlockStateChange 
BLOCK* processReport 0x5115e79663ccbfc3: Processing first storage report for 
DS-b35fde88-2c3d-4e83-997f-6a7423252969 from datanode 
db214048-62b8-417f-aa51-e6a322f7bdfe
   [junit4]   2> 13512 INFO  (Block report processor) [     ] BlockStateChange 
BLOCK* processReport 0x5115e79663ccbfc3: from storage 
DS-b35fde88-2c3d-4e83-997f-6a7423252969 node 
DatanodeRegistration(127.0.0.1:36022, 
datanodeUuid=db214048-62b8-417f-aa51-e6a322f7bdfe, infoPort=46316, 
infoSecurePort=0, ipcPort=34892, 
storageInfo=lv=-57;cid=testClusterID;nsid=758491787;c=1573301745696), blocks: 
0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 13512 INFO  (Block report processor) [     ] BlockStateChange 
BLOCK* processReport 0x5115e79663ccbfc3: Processing first storage report for 
DS-4f95c997-ff81-455e-bb29-b08892982b3c from datanode 
db214048-62b8-417f-aa51-e6a322f7bdfe
   [junit4]   2> 13512 INFO  (Block report processor) [     ] BlockStateChange 
BLOCK* processReport 0x5115e79663ccbfc3: from storage 
DS-4f95c997-ff81-455e-bb29-b08892982b3c node 
DatanodeRegistration(127.0.0.1:36022, 
datanodeUuid=db214048-62b8-417f-aa51-e6a322f7bdfe, infoPort=46316, 
infoSecurePort=0, ipcPort=34892, 
storageInfo=lv=-57;cid=testClusterID;nsid=758491787;c=1573301745696), blocks: 
0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 14098 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteNonExistentCollection
   [junit4]   2> 14111 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_58CECCF8531B0000-001/tempDir-002
   [junit4]   2> 14132 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 14156 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 14156 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 14248 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.ZkTestServer start zk server on port:44783
   [junit4]   2> 14251 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44783
   [junit4]   2> 14263 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44783
   [junit4]   2> 14277 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44783
   [junit4]   2> 14443 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 14576 INFO  (zkConnectionManagerCallback-3-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 14576 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 14632 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 14644 INFO  (zkConnectionManagerCallback-5-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 14644 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 14652 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 14666 INFO  (zkConnectionManagerCallback-7-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 14666 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 14858 WARN  (jetty-launcher-8-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 14859 WARN  (jetty-launcher-8-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 14859 WARN  (jetty-launcher-8-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 14868 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 14868 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 14869 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 14869 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 14870 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 14870 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 14870 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.Server 
jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 14871 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.Server 
jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 14871 INFO  (jetty-launcher-8-thread-4) [     ] o.e.j.s.Server 
jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 14895 INFO  (jetty-launcher-8-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 14895 INFO  (jetty-launcher-8-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 14895 INFO  (jetty-launcher-8-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 14898 INFO  (jetty-launcher-8-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48422b6e{/solr,null,AVAILABLE}
   [junit4]   2> 14905 INFO  (jetty-launcher-8-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 14905 INFO  (jetty-launcher-8-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 14905 INFO  (jetty-launcher-8-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 14905 INFO  (jetty-launcher-8-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3b89ae08{/solr,null,AVAILABLE}
   [junit4]   2> 14906 WARN  (jetty-launcher-8-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 14907 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 14907 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 14907 INFO  (jetty-launcher-8-thread-3) [     ] o.e.j.s.Server 
jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 14910 INFO  (jetty-launcher-8-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 14910 INFO  (jetty-launcher-8-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 14910 INFO  (jetty-launcher-8-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 14910 INFO  (jetty-launcher-8-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4853f1f0{/solr,null,AVAILABLE}
   [junit4]   2> 14915 INFO  (jetty-launcher-8-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 14915 INFO  (jetty-launcher-8-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 14915 INFO  (jetty-launcher-8-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 14916 INFO  (jetty-launcher-8-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55d69a47{/solr,null,AVAILABLE}
   [junit4]   2> 14927 INFO  (jetty-launcher-8-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1d30eb9{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:35905}
   [junit4]   2> 14927 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.Server 
Started @14989ms
   [junit4]   2> 14927 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35905}
   [junit4]   2> 14930 INFO  (jetty-launcher-8-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7f940816{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:42320}
   [junit4]   2> 14931 INFO  (jetty-launcher-8-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@23bfbfc8{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:42860}
   [junit4]   2> 14931 INFO  (jetty-launcher-8-thread-3) [     ] o.e.j.s.Server 
Started @14993ms
   [junit4]   2> 14931 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42860}
   [junit4]   2> 14931 INFO  (jetty-launcher-8-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@41129c72{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:40999}
   [junit4]   2> 14931 INFO  (jetty-launcher-8-thread-4) [     ] o.e.j.s.Server 
Started @14994ms
   [junit4]   2> 14932 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40999}
   [junit4]   2> 14932 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.Server 
Started @14992ms
   [junit4]   2> 14932 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42320}
   [junit4]   2> 14972 ERROR (jetty-launcher-8-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 14972 ERROR (jetty-launcher-8-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 14973 ERROR (jetty-launcher-8-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 14973 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 14973 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 14973 ERROR (jetty-launcher-8-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 14973 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 14973 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 14973 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 14973 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 14973 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 14973 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14973 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14973 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-11-09T12:15:53.420578Z
   [junit4]   2> 14973 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-11-09T12:15:53.420581Z
   [junit4]   2> 14982 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 14982 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 14982 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 14982 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14982 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-11-09T12:15:53.429785Z
   [junit4]   2> 14982 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 14983 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 14983 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14983 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-11-09T12:15:53.430167Z
   [junit4]   2> 15036 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 15051 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 15063 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 15083 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 15084 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 15097 INFO  (zkConnectionManagerCallback-13-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15097 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 15121 INFO  (zkConnectionManagerCallback-14-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15124 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 15129 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 15131 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 15140 INFO  (zkConnectionManagerCallback-10-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15140 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 15153 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 15156 INFO  (zkConnectionManagerCallback-16-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15156 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 15159 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 15274 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 15274 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 15274 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 15275 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 15277 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 15277 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 15280 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 15280 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 15302 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 15303 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 15304 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 15304 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 16307 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 16392 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 16504 WARN  (jetty-launcher-8-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@51cb1547[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16505 WARN  (jetty-launcher-8-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@51cb1547[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16512 WARN  (jetty-launcher-8-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@24a9f3e1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16512 WARN  (jetty-launcher-8-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@24a9f3e1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16675 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 16701 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 16712 WARN  (jetty-launcher-8-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3f259093[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16712 WARN  (jetty-launcher-8-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3f259093[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16723 WARN  (jetty-launcher-8-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2a63172e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16723 WARN  (jetty-launcher-8-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2a63172e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16849 WARN  (jetty-launcher-8-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@78b5a665[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16849 WARN  (jetty-launcher-8-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@78b5a665[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16891 WARN  (jetty-launcher-8-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@67918a59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16891 WARN  (jetty-launcher-8-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@67918a59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16894 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44783/solr
   [junit4]   2> 16913 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44783/solr
   [junit4]   2> 16913 WARN  (jetty-launcher-8-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6a3b6345[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16913 WARN  (jetty-launcher-8-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6a3b6345[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16915 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44783/solr
   [junit4]   2> 16929 WARN  (jetty-launcher-8-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2e414b03[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16929 WARN  (jetty-launcher-8-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2e414b03[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16930 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44783/solr
   [junit4]   2> 16940 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16967 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16989 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 17016 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 17034 INFO  (zkConnectionManagerCallback-38-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17034 INFO  (jetty-launcher-8-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 17044 INFO  (zkConnectionManagerCallback-44-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17044 INFO  (jetty-launcher-8-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 17064 INFO  (zkConnectionManagerCallback-42-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17064 INFO  (jetty-launcher-8-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 17093 INFO  (zkConnectionManagerCallback-40-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17093 INFO  (jetty-launcher-8-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 17222 INFO  (jetty-launcher-8-thread-4) 
[n:127.0.0.1:40999_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 17248 INFO  (zkConnectionManagerCallback-46-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17248 INFO  (jetty-launcher-8-thread-4) 
[n:127.0.0.1:40999_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 17318 INFO  (jetty-launcher-8-thread-1) 
[n:127.0.0.1:42320_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 17328 INFO  (jetty-launcher-8-thread-2) 
[n:127.0.0.1:35905_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 17338 INFO  (zkConnectionManagerCallback-50-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17338 INFO  (jetty-launcher-8-thread-2) 
[n:127.0.0.1:35905_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 17346 INFO  (zkConnectionManagerCallback-48-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17346 INFO  (jetty-launcher-8-thread-1) 
[n:127.0.0.1:42320_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 17416 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 17434 INFO  (zkConnectionManagerCallback-52-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17434 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 17731 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42860_solr
   [junit4]   2> 17769 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.Overseer Overseer 
(id=75703961608781838-127.0.0.1:42860_solr-n_0000000000) starting
   [junit4]   2> 17900 INFO  (jetty-launcher-8-thread-2) 
[n:127.0.0.1:35905_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35905_solr
   [junit4]   2> 17930 INFO  (zkCallback-51-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 17956 INFO  (zkCallback-49-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 17975 INFO  (jetty-launcher-8-thread-4) 
[n:127.0.0.1:40999_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 17992 INFO  (jetty-launcher-8-thread-4) 
[n:127.0.0.1:40999_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40999_solr as DOWN
   [junit4]   2> 17998 INFO  (jetty-launcher-8-thread-1) 
[n:127.0.0.1:42320_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 18000 INFO  (jetty-launcher-8-thread-4) 
[n:127.0.0.1:40999_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 18000 INFO  (jetty-launcher-8-thread-4) 
[n:127.0.0.1:40999_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40999_solr
   [junit4]   2> 18006 INFO  (jetty-launcher-8-thread-1) 
[n:127.0.0.1:42320_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42320_solr as DOWN
   [junit4]   2> 18009 INFO  (jetty-launcher-8-thread-1) 
[n:127.0.0.1:42320_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 18009 INFO  (jetty-launcher-8-thread-1) 
[n:127.0.0.1:42320_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42320_solr
   [junit4]   2> 18011 INFO  (zkCallback-51-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 18011 INFO  (zkCallback-49-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 18026 INFO  (zkCallback-47-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 18027 INFO  (zkCallback-45-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 18128 INFO  
(OverseerStateUpdate-75703961608781838-127.0.0.1:42860_solr-n_0000000000) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:42860_solr
   [junit4]   2> 18137 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42860_solr as DOWN
   [junit4]   2> 18139 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 18139 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42860_solr
   [junit4]   2> 18141 INFO  (zkCallback-47-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 18142 INFO  (zkCallback-45-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 18176 INFO  (zkCallback-49-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 18232 INFO  (zkCallback-51-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 18344 INFO  (jetty-launcher-8-thread-1) 
[n:127.0.0.1:42320_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 18379 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 18386 INFO  (jetty-launcher-8-thread-2) 
[n:127.0.0.1:35905_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 18396 INFO  (jetty-launcher-8-thread-4) 
[n:127.0.0.1:40999_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 18619 INFO  (jetty-launcher-8-thread-2) 
[n:127.0.0.1:35905_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18620 INFO  (jetty-launcher-8-thread-2) 
[n:127.0.0.1:35905_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18620 INFO  (jetty-launcher-8-thread-2) 
[n:127.0.0.1:35905_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18694 INFO  (jetty-launcher-8-thread-4) 
[n:127.0.0.1:40999_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18698 INFO  (jetty-launcher-8-thread-4) 
[n:127.0.0.1:40999_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18699 INFO  (jetty-launcher-8-thread-4) 
[n:127.0.0.1:40999_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18708 INFO  (jetty-launcher-8-thread-1) 
[n:127.0.0.1:42320_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18709 INFO  (jetty-launcher-8-thread-1) 
[n:127.0.0.1:42320_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18709 INFO  (jetty-launcher-8-thread-1) 
[n:127.0.0.1:42320_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18720 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18721 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18721 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4452d9f9
   [junit4]   2> 18767 INFO  (jetty-launcher-8-thread-4) 
[n:127.0.0.1:40999_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_58CECCF8531B0000-001/tempDir-002/node4/.
   [junit4]   2> 18800 INFO  (jetty-launcher-8-thread-2) 
[n:127.0.0.1:35905_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_58CECCF8531B0000-001/tempDir-002/node1/.
   [junit4]   2> 18804 INFO  (jetty-launcher-8-thread-3) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_58CECCF8531B0000-001/tempDir-002/node3/.
   [junit4]   2> 18825 INFO  (jetty-launcher-8-thread-1) 
[n:127.0.0.1:42320_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_58CECCF8531B0000-001/tempDir-002/node2/.
   [junit4]   2> 19712 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 19719 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 19730 INFO  (zkConnectionManagerCallback-73-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19731 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 19733 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 19739 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[58CECCF8531B0000])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:44783/solr ready
   [junit4]   2> 20458 INFO  (qtp1596037352-228) [n:127.0.0.1:35905_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=unknown_collection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 20487 INFO  
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:42860_solr) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 20488 ERROR 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:42860_solr) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Collection: unknown_collection operation: delete 
failed:org.apache.solr.common.SolrException: Could not find collection : 
unknown_collection
   [junit4]   2>        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:760)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:135)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:263)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:505)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 20527 INFO  
(OverseerCollectionConfigSetProcessor-75703961608781838-127.0.0.1:42860_solr-n_0000000000)
 [n:127.0.0.1:42860_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 20535 INFO  (qtp1596037352-228) [n:127.0.0.1:35905_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=unknown_collection&action=DELETE&wt=javabin&version=2} status=400 
QTime=165
   [junit4]   2> 20614 INFO  (qtp1596037352-229) [n:127.0.0.1:35905_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=acollectionafterbaddelete&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 20646 INFO  
(OverseerThreadFactory-24-thread-2-processing-n:127.0.0.1:42860_solr) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
acollectionafterbaddelete
   [junit4]   2> 20781 INFO  
(OverseerStateUpdate-75703961608781838-127.0.0.1:42860_solr-n_0000000000) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"acollectionafterbaddelete",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"acollectionafterbaddelete_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42320/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 20788 INFO  
(OverseerStateUpdate-75703961608781838-127.0.0.1:42860_solr-n_0000000000) 
[n:127.0.0.1:42860_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"acollectionafterbaddelete",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"acollectionafterbaddelete_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35905/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 21094 INFO  (qtp1596037352-227) [n:127.0.0.1:35905_solr    
x:acollectionafterbaddelete_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica_n3&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 21097 INFO  (qtp1596037352-227) [n:127.0.0.1:35905_solr    
x:acollectionafterbaddelete_shard1_replica_n3 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 21099 INFO  (qtp1767009096-212) [n:127.0.0.1:42320_solr    
x:acollectionafterbaddelete_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica_n1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 22159 INFO  (qtp1596037352-227) [n:127.0.0.1:35905_solr 
c:acollectionafterbaddelete s:shard1 r:core_node4 
x:acollectionafterbaddelete_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 9.0.0
   [junit4]   2> 22167 INFO  (qtp1767009096-212) [n:127.0.0.1:42320_solr 
c:acollectionafterbaddelete s:shard1 r:core_node2 
x:acollectionafterbaddelete_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 9.0.0
   [ju

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

reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 7606060 WARN  
(SUITE-StressHdfsTest-seed#[58CECCF8531B0000]-worker) [     ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 7606072 INFO  
(SUITE-StressHdfsTest-seed#[58CECCF8531B0000]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.w.WebAppContext@4366cfdc{datanode,/,null,UNAVAILABLE}{/datanode}
   [junit4]   2> 7606072 INFO  
(SUITE-StressHdfsTest-seed#[58CECCF8531B0000]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@55e9e4d5{HTTP/1.1,[http/1.1]}{localhost:0}
   [junit4]   2> 7606072 INFO  
(SUITE-StressHdfsTest-seed#[58CECCF8531B0000]-worker) [     ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 7606072 INFO  
(SUITE-StressHdfsTest-seed#[58CECCF8531B0000]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@277a7c3b{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> 7606073 WARN  (BP-346456543-127.0.0.1-1573309075523 
heartbeating to lucene2-us-west.apache.org/127.0.0.1:40333) [     ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 7606073 WARN  (BP-346456543-127.0.0.1-1573309075523 
heartbeating to lucene2-us-west.apache.org/127.0.0.1:40333) [     ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-346456543-127.0.0.1-1573309075523 (Datanode Uuid 
48084b86-09a0-44a1-b2f1-7411cef7415c) service to 
lucene2-us-west.apache.org/127.0.0.1:40333
   [junit4]   2> 7606082 WARN  
(refreshUsed-/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_58CECCF8531B0000-001/tempDir-001/hdfsBaseDir/data/data1/current/BP-346456543-127.0.0.1-1573309075523)
 [     ] o.a.h.f.CachingGetSpaceUsed Thread Interrupted waiting to refresh disk 
information: sleep interrupted
   [junit4]   2> 7606088 WARN  
(refreshUsed-/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_58CECCF8531B0000-001/tempDir-001/hdfsBaseDir/data/data2/current/BP-346456543-127.0.0.1-1573309075523)
 [     ] o.a.h.f.CachingGetSpaceUsed Thread Interrupted waiting to refresh disk 
information: sleep interrupted
   [junit4]   2> 7606096 INFO  
(SUITE-StressHdfsTest-seed#[58CECCF8531B0000]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.w.WebAppContext@61235488{hdfs,/,null,UNAVAILABLE}{/hdfs}
   [junit4]   2> 7606097 INFO  
(SUITE-StressHdfsTest-seed#[58CECCF8531B0000]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@35a5df9b{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:0}
   [junit4]   2> 7606097 INFO  
(SUITE-StressHdfsTest-seed#[58CECCF8531B0000]-worker) [     ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 7606097 INFO  
(SUITE-StressHdfsTest-seed#[58CECCF8531B0000]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@23bc21b0{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_58CECCF8531B0000-001
   [junit4]   2> Nov 09, 2019 2:22:24 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 17 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{multiDefault=PostingsFormat(name=Direct), _root_=Lucene50(blocksize=128), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval), text=FSTOrd50, 
txt_t=FSTOrd50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene80), 
multiDefault=DocValuesFormat(name=Asserting), 
_root_=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Asserting), 
range_facet_l=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Asserting), 
id_i1=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Lucene80), text=DocValuesFormat(name=Lucene80), 
intDvoDefault=DocValuesFormat(name=Lucene80), 
timestamp=DocValuesFormat(name=Asserting), 
txt_t=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1814, 
maxMBSortInHeap=5.027364454840862, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@55fa534e),
 locale=de-LI, timezone=Africa/Bujumbura
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.4 
(64-bit)/cpus=4,threads=4,free=89364120,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ShardSplitTest, 
CategoryRoutedAliasUpdateProcessorTest, TestSimDistributedQueue, 
SimpleMLTQParserTest, UUIDFieldTest, TestRandomCollapseQParserPlugin, 
TestManagedResourceStorage, CreateCollectionCleanupTest, 
BigEndianAscendingWordSerializerTest, TestManagedSchemaAPI, 
TestInPlaceUpdateWithRouteField, SortByFunctionTest, TestSolrConfigHandler, 
IndexSchemaTest, TestRemoteStreaming, MoveReplicaHDFSFailoverTest, 
TestCollectionAPI, RestoreTriggerStateTest, SolrCoreMetricManagerTest, 
TestDistribPackageStore, TestDistribIDF, TestLeaderElectionWithEmptyReplica, 
DistributedFacetPivotSmallAdvancedTest, RequestHandlersTest, 
BJQFilterAccessibleTest, CollectionPropsTest, BufferStoreTest, 
CachingDirectoryFactoryTest, EnumFieldTest, PeerSyncReplicationTest, 
MaxSizeAutoCommitTest, TestOrdValues, SearchHandlerTest, TestFieldCacheReopen, 
TestDFISimilarityFactory, TestFacetMethods, TestMaxScoreQueryParser, 
AutoscalingHistoryHandlerTest, SecurityConfHandlerTest, TestPhraseSuggestions, 
SolrLogAuditLoggerPluginTest, TestChildDocTransformerHierarchy, 
DistributedFacetSimpleRefinementLongTailTest, TestDocSet, 
PreAnalyzedUpdateProcessorTest, TestNRTOpen, TestPrepRecovery, 
LeaderVoteWaitTimeoutTest, TestUtils, TestRandomFaceting, 
IndexBasedSpellCheckerTest, TestNonDefinedSimilarityFactory, 
ChaosMonkeySafeLeaderWithPullReplicasTest, DaemonStreamApiTest, 
TestAnalyzedSuggestions, TestDistributedTracing, CdcrBidirectionalTest, 
DistributedFacetExistsSmallTest, TestSubQueryTransformerCrossCore, 
DistributedTermsComponentTest, ComputePlanActionTest, TestLFUCache, 
TestSolrJacksonAnnotation, JSONWriterTest, CoreAdminOperationTest, 
MoreLikeThisComponentTest, ScriptEngineTest, TestFieldTypeResource, 
SortSpecParsingTest, TestManagedSynonymGraphFilterFactory, 
TestHighlightDedupGrouping, MoreLikeThisHandlerTest, 
TestPayloadCheckQParserPlugin, TestSort, 
OverseerCollectionConfigSetProcessorTest, SaslZkACLProviderTest, 
FastVectorHighlighterTest, TestBadConfig, TestInPlaceUpdatesStandalone, 
TestSimGenericDistributedQueue, MetricsHandlerTest, TestSQLHandlerNonCloud, 
NodeMutatorTest, TestImplicitCoreProperties, SolrShardReporterTest, 
TestPointFields, TestExclusionRuleCollectionAccess, TestStressVersions, 
CollectionTooManyReplicasTest, TestQueryingOnDownCollection, 
ForceLeaderWithTlogReplicasTest, TestConfigOverlay, 
XmlUpdateRequestHandlerTest, TriLevelCompositeIdRoutingTest, 
TestCorePropertiesReload, SolrCloudExampleTest, TestGraphMLResponseWriter, 
DocValuesMissingTest, TestNestedDocsSort, TestReload, TestRealTimeGet, 
FullHLLTest, TolerantUpdateProcessorTest, TestUniqueKeyFieldResource, 
TestPushWriter, SynonymTokenizerTest, TestSolrCloudWithSecureImpersonation, 
MetricsHistoryWithAuthIntegrationTest, ConjunctionSolrSpellCheckerTest, 
ConcurrentCreateRoutedAliasTest, UpdateParamsTest, 
TestImpersonationWithHadoopAuth, NumberUtilsTest, EmbeddedSolrNoSerializeTest, 
TestSolr4Spatial, DebugComponentTest, DistribDocExpirationUpdateProcessorTest, 
SolrCoreCheckLockOnStartupTest, CdcrWithNodesRestartsTest, 
TestDeprecatedFilters, ChaosMonkeyNothingIsSafeTest, 
TestSchemaSimilarityResource, DistributedMLTComponentTest, 
TestDistributedSearch, TestDocTermOrds, TestConfigSetsAPIExclusivity, 
TestLocalFSCloudBackupRestore, DeleteShardTest, ZkCLITest, 
TestSimTriggerIntegration, DistributedVersionInfoTest, TestDynamicLoading, 
CloudExitableDirectoryReaderTest, TestTrackingShardHandlerFactory, 
TestDeleteCollectionOnDownNodes, CdcrReplicationHandlerTest, 
TestCloudInspectUtil, TestStressRecovery, TestCopyFieldCollectionResource, 
AutoAddReplicasIntegrationTest, SolrMetricsIntegrationTest, AddReplicaTest, 
DeleteLastCustomShardedReplicaTest, TestDownShardTolerantSearch, 
ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, 
MetricTriggerIntegrationTest, MetricTriggerTest, 
NodeAddedTriggerIntegrationTest, NodeAddedTriggerTest, 
NodeLostTriggerIntegrationTest, NodeLostTriggerTest, 
ScheduledTriggerIntegrationTest, ScheduledTriggerTest, 
SearchRateTriggerIntegrationTest, SearchRateTriggerTest, SystemLogListenerTest, 
TestPolicyCloud, TriggerSetPropertiesIntegrationTest, 
TestSimClusterStateProvider, TestSimComputePlanAction, TestSimNodeAddedTrigger, 
TestSimNodeLostTrigger, TestSimPolicyCloud, HdfsBasicDistributedZk2Test, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, 
HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, 
HdfsWriteToMultipleCollectionsTest, StressHdfsTest]
   [junit4] Completed [582/888 (3!)] on J1 in 272.26s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to