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

8 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([3AD4C155A2C8DB65:B280FE8F0C34B69D]:0)
        at java.util.Arrays.copyOf(Arrays.java:3332)
        at 
java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
        at 
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:649)
        at java.lang.StringBuilder.append(StringBuilder.java:202)
        at 
org.apache.http.client.utils.URLEncodedUtils.urlEncode(URLEncodedUtils.java:536)
        at 
org.apache.http.client.utils.URLEncodedUtils.encodeFormFields(URLEncodedUtils.java:652)
        at 
org.apache.http.client.utils.URLEncodedUtils.format(URLEncodedUtils.java:404)
        at 
org.apache.http.client.utils.URLEncodedUtils.format(URLEncodedUtils.java:382)
        at 
org.apache.http.client.entity.UrlEncodedFormEntity.<init>(UrlEncodedFormEntity.java:75)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.fillContentStream(HttpSolrClient.java:513)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.createMethod(HttpSolrClient.java:420)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:974)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:990)
        at 
org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:228)
        at 
org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:167)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:668)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 8 in https://127.0.0.1:39842/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 8 in https://127.0.0.1:39842/solr
        at 
__randomizedtesting.SeedInfo.seed([3AD4C155A2C8DB65:FB24B8F98F9811C2]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:889)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:603)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
.response.numFound:36!=67

Stack Trace:
junit.framework.AssertionFailedError: .response.numFound:36!=67
        at 
__randomizedtesting.SeedInfo.seed([3AD4C155A2C8DB65:B280FE8F0C34B69D]:0)
        at junit.framework.Assert.fail(Assert.java:50)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:913)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:940)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:607)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:587)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:566)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkQueries(AbstractFullDistribZkTestBase.java:944)
        at 
org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:102)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:55333/cq/a/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:55333/cq/a/collection1
        at 
__randomizedtesting.SeedInfo.seed([3AD4C155A2C8DB65:B280FE8F0C34B69D]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1591)
        at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:212)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        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:111)
        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:542)
        ... 53 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest

Error Message:
4 threads leaked from SUITE scope at 
org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest:     1) 
Thread[id=48781, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=48783, 
name=TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[3AD4C155A2C8DB65]-EventThread,
 state=WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)    
3) Thread[id=48784, name=zkConnectionManagerCallback-8547-thread-1, 
state=WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)    4) Thread[id=48782, 
name=TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[3AD4C155A2C8DB65]-SendThread(127.0.0.1:40607),
 state=TIMED_WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)   
      at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE 
scope at org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest: 
   1) Thread[id=48781, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=48783, 
name=TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[3AD4C155A2C8DB65]-EventThread,
 state=WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)
   3) Thread[id=48784, name=zkConnectionManagerCallback-8547-thread-1, 
state=WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=48782, 
name=TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[3AD4C155A2C8DB65]-SendThread(127.0.0.1:40607),
 state=TIMED_WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)
        at __randomizedtesting.SeedInfo.seed([3AD4C155A2C8DB65]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=48784, name=zkConnectionManagerCallback-8547-thread-1, state=WAITING, 
group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=48782, 
name=TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[3AD4C155A2C8DB65]-SendThread(127.0.0.1:40607),
 state=TIMED_WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1054)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=48784, name=zkConnectionManagerCallback-8547-thread-1, 
state=WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=48782, 
name=TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[3AD4C155A2C8DB65]-SendThread(127.0.0.1:40607),
 state=TIMED_WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1054)
        at __randomizedtesting.SeedInfo.seed([3AD4C155A2C8DB65]:0)


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1523038452507,generation=2,filelist=[_0.cfe, _0.cfs, 
_0.si, _1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, 
_4.cfe, _4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, segments_2]}]> but 
was:<[{indexVersion=1523038452507,generation=2,filelist=[_0.cfe, _0.cfs, _0.si, 
_1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _4.cfe, 
_4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, segments_2]}, 
{indexVersion=1523038452507,generation=3,filelist=[_8.fdt, _8.fdx, _8.fnm, 
_8.nvd, _8.nvm, _8.si, _8_Asserting_0.doc, _8_Asserting_0.tim, 
_8_Asserting_0.tip, segments_3]}]>

Stack Trace:
java.lang.AssertionError: 
expected:<[{indexVersion=1523038452507,generation=2,filelist=[_0.cfe, _0.cfs, 
_0.si, _1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, 
_4.cfe, _4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, segments_2]}]> but 
was:<[{indexVersion=1523038452507,generation=2,filelist=[_0.cfe, _0.cfs, _0.si, 
_1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _4.cfe, 
_4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, segments_2]}, 
{indexVersion=1523038452507,generation=3,filelist=[_8.fdt, _8.fdx, _8.fnm, 
_8.nvd, _8.nvm, _8.si, _8_Asserting_0.doc, _8_Asserting_0.tim, 
_8_Asserting_0.tip, segments_3]}]>
        at 
__randomizedtesting.SeedInfo.seed([3AD4C155A2C8DB65:1F03DA65D280D566]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1285)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.uninverting.TestDocTermOrds.testTriggerUnInvertLimit

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded




Build Log:
[...truncated 12756 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/init-core-data-001
   [junit4]   2> 29171 WARN  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 29172 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 29173 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 29174 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 29174 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /bnu/nc
   [junit4]   2> 30768 WARN  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-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> 32110 WARN  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 32378 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.m.log Logging to org.apache.logging.slf4j.Log4jLogger@5733c8c4 via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 32411 WARN  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 32883 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 32950 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_57293_hdfs____icf638/webapp
   [junit4]   2> 34369 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:57293
   [junit4]   2> 36319 WARN  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 36325 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 36343 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_42080_datanode____e8yq9/webapp
   [junit4]   2> 36928 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42080
   [junit4]   2> 37729 WARN  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 37738 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 37819 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_40456_datanode____.t2y2tc/webapp
   [junit4]   2> 38389 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[3AD4C155A2C8DB65]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40456
   [junit4]   2> 39266 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:44604) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 39269 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:44604) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 39450 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x52be1be9840a2a: from storage 
DS-cd3d6656-4e82-4b4a-acbf-56855aefd725 node 
DatanodeRegistration(127.0.0.1:56568, 
datanodeUuid=107258a3-ca7e-43d9-89ef-0ae14129e386, infoPort=56991, 
infoSecurePort=0, ipcPort=55212, 
storageInfo=lv=-56;cid=testClusterID;nsid=1478241598;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 3 msecs
   [junit4]   2> 39454 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x52be1be980ef34: from storage 
DS-4c606fc9-b640-41e0-a471-6f28e34548f1 node 
DatanodeRegistration(127.0.0.1:49977, 
datanodeUuid=e8f1f96c-c0e7-47f1-9488-8c74dd894e71, infoPort=40033, 
infoSecurePort=0, ipcPort=36550, 
storageInfo=lv=-56;cid=testClusterID;nsid=1478241598;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 5 msecs
   [junit4]   2> 39455 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x52be1be9840a2a: from storage 
DS-48287465-c18b-4840-a3f3-259557ed6a68 node 
DatanodeRegistration(127.0.0.1:56568, 
datanodeUuid=107258a3-ca7e-43d9-89ef-0ae14129e386, infoPort=56991, 
infoSecurePort=0, ipcPort=55212, 
storageInfo=lv=-56;cid=testClusterID;nsid=1478241598;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 39455 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x52be1be980ef34: from storage 
DS-14227833-6187-4bad-afbf-c2d8b7b84fd3 node 
DatanodeRegistration(127.0.0.1:49977, 
datanodeUuid=e8f1f96c-c0e7-47f1-9488-8c74dd894e71, infoPort=40033, 
infoSecurePort=0, ipcPort=36550, 
storageInfo=lv=-56;cid=testClusterID;nsid=1478241598;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 40495 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 40508 INFO  (Thread-156) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 40508 INFO  (Thread-156) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 40608 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34331
   [junit4]   2> 40624 ERROR (Thread-156) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 40749 INFO  (zkConnectionManagerCallback-21-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 40790 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1056c30d6130000, likely client has closed socket
   [junit4]   2> 40797 INFO  (zkConnectionManagerCallback-23-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 40812 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 40817 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 40820 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 40830 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 40848 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 40851 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 40854 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 40857 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 40861 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 40864 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 40867 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 40872 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 41066 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 41069 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 41069 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 41070 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 41072 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4f14de26{/bnu/nc,null,AVAILABLE}
   [junit4]   2> 41073 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6779eab7{HTTP/1.1,[http/1.1]}{127.0.0.1:34695}
   [junit4]   2> 41073 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.Server Started @41232ms
   [junit4]   2> 41073 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:44604/hdfs__localhost_44604__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-BadApples-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001_tempDir-002_control_data,
 replicaType=NRT, hostContext=/bnu/nc, hostPort=34695, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/control-001/cores}
   [junit4]   2> 41073 ERROR 
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 41074 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 41074 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 41074 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 41074 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 41074 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-06T18:07:55.807Z
   [junit4]   2> 41078 INFO  (zkConnectionManagerCallback-25-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41081 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 41081 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/control-001/solr.xml
   [junit4]   2> 41088 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 41088 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 41090 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6980395f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 41095 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34331/solr
   [junit4]   2> 41127 INFO  (zkConnectionManagerCallback-29-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41134 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1056c30d6130003, likely client has closed socket
   [junit4]   2> 41149 INFO  (zkConnectionManagerCallback-31-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41569 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:34695_bnu%2Fnc    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 41573 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:34695_bnu%2Fnc    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:34695_bnu%2Fnc
   [junit4]   2> 41577 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:34695_bnu%2Fnc    ] o.a.s.c.Overseer Overseer 
(id=73583925927280644-127.0.0.1:34695_bnu%2Fnc-n_0000000000) starting
   [junit4]   2> 41710 INFO  (zkConnectionManagerCallback-38-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41720 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:34695_bnu%2Fnc    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:34331/solr ready
   [junit4]   2> 41858 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:34695_bnu%2Fnc    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34695_bnu%2Fnc
   [junit4]   2> 41901 INFO  (zkCallback-30-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 41902 INFO  (zkCallback-37-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 42525 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:34695_bnu%2Fnc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6980395f
   [junit4]   2> 42560 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:34695_bnu%2Fnc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6980395f
   [junit4]   2> 42560 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:34695_bnu%2Fnc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6980395f
   [junit4]   2> 42565 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:34695_bnu%2Fnc    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/control-001/cores
   [junit4]   2> 42672 INFO  (zkConnectionManagerCallback-43-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 42676 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 42680 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34331/solr ready
   [junit4]   2> 42703 INFO  (qtp698987772-338) [n:127.0.0.1:34695_bnu%2Fnc    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34695_bnu%252Fnc&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 42752 INFO  (OverseerThreadFactory-114-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 42941 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 42943 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 43061 INFO  (zkCallback-30-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 43989 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 44042 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 44197 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 44271 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 44272 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6980395f
   [junit4]   2> 44282 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:44604/solr_hdfs_home
   [junit4]   2> 44282 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 44282 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 44282 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://localhost:44604/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 44293 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:44604/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 44350 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 44350 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 44351 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 45277 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 45288 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:44604/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 45331 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:44604/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 45342 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 45342 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 45342 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 45350 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 45351 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 45641 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49977 is added to 
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-cd3d6656-4e82-4b4a-acbf-56855aefd725:NORMAL:127.0.0.1:56568|RBW],
 
ReplicaUC[[DISK]DS-14227833-6187-4bad-afbf-c2d8b7b84fd3:NORMAL:127.0.0.1:49977|RBW]]}
 size 69
   [junit4]   2> 45642 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56568 is added to 
blk_1073741825_1001 size 69
   [junit4]   2> 46078 WARN  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 46154 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 46154 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 46154 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 46172 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 46173 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 46177 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@78f89a19
   [junit4]   2> 46267 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@498de5c1[control_collection_shard1_replica_n1] main]
   [junit4]   2> 46272 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 46273 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 46278 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 46283 INFO  
(searcherExecutor-117-thread-1-processing-n:127.0.0.1:34695_bnu%2Fnc 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:34695_bnu%2Fnc c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@498de5c1[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 46283 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1597021178839433216
   [junit4]   2> 46303 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 46323 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 46323 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 46323 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34695/bnu/nc/control_collection_shard1_replica_n1/
   [junit4]   2> 46325 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 46325 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:34695/bnu/nc/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 46325 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 46342 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34695/bnu/nc/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 46347 INFO  (zkCallback-30-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 46397 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 46407 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3466
   [junit4]   2> 46432 INFO  (qtp698987772-338) [n:127.0.0.1:34695_bnu%2Fnc    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 46505 INFO  (zkCallback-30-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 46750 INFO  
(OverseerCollectionConfigSetProcessor-73583925927280644-127.0.0.1:34695_bnu%2Fnc-n_0000000000)
 [    ] 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> 47433 INFO  (qtp698987772-338) [n:127.0.0.1:34695_bnu%2Fnc    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34695_bnu%252Fnc&wt=javabin&version=2}
 status=0 QTime=4740
   [junit4]   2> 47455 INFO  (zkConnectionManagerCallback-48-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 47462 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 47464 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34331/solr ready
   [junit4]   2> 47468 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 47470 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 47475 INFO  (OverseerThreadFactory-114-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 47478 WARN  (OverseerThreadFactory-114-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(collection1) without cores.
   [junit4]   2> 47693 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 47693 INFO  (qtp698987772-339) [n:127.0.0.1:34695_bnu%2Fnc    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=222
   [junit4]   2> 47856 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/shard-1-001
 of type TLOG
   [junit4]   2> 47857 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 47859 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 47859 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 47859 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 47860 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3e35270{/bnu/nc,null,AVAILABLE}
   [junit4]   2> 47861 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@79640e95{HTTP/1.1,[http/1.1]}{127.0.0.1:39202}
   [junit4]   2> 47861 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.e.j.s.Server Started @48020ms
   [junit4]   2> 47861 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:44604/hdfs__localhost_44604__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-BadApples-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001_tempDir-002_jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/bnu/nc, 
hostPort=39202, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/shard-1-001/cores}
   [junit4]   2> 47861 ERROR 
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 47861 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 47862 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 47862 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 47862 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 47862 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-06T18:08:02.595Z
   [junit4]   2> 47865 INFO  (zkConnectionManagerCallback-50-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 47868 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 47868 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/shard-1-001/solr.xml
   [junit4]   2> 47875 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 47875 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 47877 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6980395f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 47882 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34331/solr
   [junit4]   2> 47891 INFO  (zkConnectionManagerCallback-54-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 47897 INFO  (zkConnectionManagerCallback-56-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 47913 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:39202_bnu%2Fnc    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 47917 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:39202_bnu%2Fnc    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 47930 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:39202_bnu%2Fnc    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 47930 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:39202_bnu%2Fnc    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39202_bnu%2Fnc
   [junit4]   2> 47932 INFO  (zkCallback-37-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 47933 INFO  (zkCallback-47-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 47937 INFO  (zkCallback-30-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 47957 INFO  (zkCallback-55-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 48739 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:39202_bnu%2Fnc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6980395f
   [junit4]   2> 48756 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:39202_bnu%2Fnc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6980395f
   [junit4]   2> 48756 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:39202_bnu%2Fnc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6980395f
   [junit4]   2> 48759 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:39202_bnu%2Fnc    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/shard-1-001/cores
   [junit4]   2> 48765 INFO  (zkConnectionManagerCallback-63-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 48768 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:39202_bnu%2Fnc    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 48770 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[3AD4C155A2C8DB65]) 
[n:127.0.0.1:39202_bnu%2Fnc    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:34331/solr ready
   [junit4]   2> 48814 INFO  (qtp698987772-336) [n:127.0.0.1:34695_bnu%2Fnc    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:39202_bnu%252Fnc&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 48818 INFO  
(OverseerCollectionConfigSetProcessor-73583925927280644-127.0.0.1:34695_bnu%2Fnc-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 48826 INFO  (OverseerThreadFactory-114-thread-3) [    ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:39202_bnu%2Fnc for creating 
new replica
   [junit4]   2> 48843 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 49876 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 49897 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 50047 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 50079 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 50080 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t41' (registry 
'solr.core.collection1.shard2.replica_t41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6980395f
   [junit4]   2> 50080 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:44604/solr_hdfs_home
   [junit4]   2> 50080 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 50080 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 50080 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_3AD4C155A2C8DB65-001/shard-1-001/cores/collection1_shard2_replica_t41],
 dataDir=[hdfs://localhost:44604/solr_hdfs_home/collection1/core_node42/data/]
   [junit4]   2> 50083 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:44604/solr_hdfs_home/collection1/core_node42/data/snapshot_metadata
   [junit4]   2> 50095 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 50095 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 50095 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 50107 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 50109 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:44604/solr_hdfs_home/collection1/core_node42/data
   [junit4]   2> 50155 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:44604/solr_hdfs_home/collection1/core_node42/data/index
   [junit4]   2> 50165 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 50165 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 50165 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 50174 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 50175 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 50227 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56568 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-14227833-6187-4bad-afbf-c2d8b7b84fd3:NORMAL:127.0.0.1:49977|RBW],
 
ReplicaUC[[DISK]DS-48287465-c18b-4840-a3f3-259557ed6a68:NORMAL:127.0.0.1:56568|FINALIZED]]}
 size 0
   [junit4]   2> 50228 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49977 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-14227833-6187-4bad-afbf-c2d8b7b84fd3:NORMAL:127.0.0.1:49977|RBW],
 
ReplicaUC[[DISK]DS-48287465-c18b-4840-a3f3-259557ed6a68:NORMAL:127.0.0.1:56568|FINALIZED]]}
 size 0
   [junit4]   2> 50244 WARN  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 50324 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 50324 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 50324 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 50342 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 50342 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 50346 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@9e76000
   [junit4]   2> 50360 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7a9ec968[collection1_shard2_replica_t41] main]
   [junit4]   2> 50363 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 50363 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 50364 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 50385 INFO  
(searcherExecutor-128-thread-1-processing-n:127.0.0.1:39202_bnu%2Fnc 
x:collection1_shard2_replica_t41 c:collection1 s:shard2) 
[n:127.0.0.1:39202_bnu%2Fnc c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@7a9ec968[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 50386 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1597021183141740544
   [junit4]   2> 50396 INFO  (qtp1777896550-399) [n:127.0.0.1:39202_bnu%2Fnc 
c:collection1 s:shard2  x:collection1_shard2_

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

aCloudTest, ClusterStateTest, CopyFieldTest, SuggesterTSTTest, 
LegacyCloudClusterPropTest, SaslZkACLProviderTest, SolrTestCaseJ4Test, 
SolrCmdDistributorTest, TestRequestForwarding, TestSortableTextField, 
TestValueSourceCache, TestCryptoKeys, NotRequiredUniqueKeyTest, 
TestUtilizeNode, GraphQueryTest, TestDistributedMap, 
TestManagedResourceStorage, TestTolerantSearch, TestUpdate, 
TestRawResponseWriter, TestShortCircuitedRequests, ShowFileRequestHandlerTest, 
TestSchemaSimilarityResource, TestDistributedMissingSort, CollectionPropsTest, 
AnalyticsMergeStrategyTest, TestLFUCache, TestTlogReplica, JSONWriterTest, 
TestDFISimilarityFactory, HdfsWriteToMultipleCollectionsTest, TestUtils, 
MoveReplicaHDFSFailoverTest, TestLMJelinekMercerSimilarityFactory, 
VersionInfoTest, ConcurrentCreateRoutedAliasTest, TestSolrConfigHandler, 
AddBlockUpdateTest, TestManagedSchema, CursorMarkTest, NoCacheHeaderTest, 
TestPrepRecovery, FacetPivotSmallTest, AsyncCallRequestStatusResponseTest, 
LeaderElectionTest, DeleteShardTest, TestFieldTypeResource, TestCodecSupport, 
ShufflingReplicaListTransformerTest, TestStressReorder, ScheduledTriggerTest, 
TestStressUserVersions, MetricTriggerTest, TestLazyCores, TestNodeLostTrigger, 
DocValuesMultiTest, TestSolrDeletionPolicy2, DocValuesTest, TestFiltering, 
TimeRoutedAliasUpdateProcessorTest, FileBasedSpellCheckerTest, 
TestScoreJoinQPNoScore, TestCustomSort, NodeLostTriggerIntegrationTest, 
PreAnalyzedFieldTest, SpellCheckComponentTest, ResponseHeaderTest, 
BasicDistributedZk2Test, TestQueryTypes, TestConfigSetsAPI, 
TestHttpShardHandlerFactory, TestLeaderElectionWithEmptyReplica, 
PeerSyncReplicationTest, TestSolrCoreSnapshots, 
SimpleCollectionCreateDeleteTest, IndexSchemaRuntimeFieldTest, 
BasicDistributedZkTest, DistanceFunctionTest, SolrInfoBeanTest, 
LukeRequestHandlerTest, TermsComponentTest, TestCollationField, 
ReturnFieldsTest, TestAnalyzedSuggestions, JsonLoaderTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, 
SearchHandlerTest, HighlighterConfigTest, UpdateParamsTest, 
TestSolrIndexConfig, SolrIndexConfigTest, MultiTermTest, TestBinaryField, 
NumericFieldsTest, MinimalSchemaTest, ExternalFileFieldSortTest, 
TestSolrCoreProperties, SpellPossibilityIteratorTest, TestCharFilters, 
TestXIncludeConfig, TestLMDirichletSimilarityFactory, TestFastWriter, 
TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, 
ChaosMonkeyNothingIsSafeTest, AssignBackwardCompatibilityTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, 
CreateCollectionCleanupTest, CreateRoutedAliasTest, 
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, 
HealthCheckHandlerTest, LIROnShardRestartTest, LIRRollingUpdatesTest, 
LeaderVoteWaitTimeoutTest, MultiThreadedOCPTest, ReplaceNodeNoTargetTest, 
ReplaceNodeTest, RestartWhileUpdatingTest, TestCloudDeleteByQuery, 
TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, 
TestRandomRequestDistribution, TestSSLRandomization, 
TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, 
TestTolerantUpdateProcessorCloud, TlogReplayBufferedWhileIndexingTest, 
CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest, TestCollectionAPI, 
TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, 
TestReplicaProperties, TestRequestStatusCollectionAPI, 
AutoAddReplicasIntegrationTest, AutoAddReplicasPlanActionTest, 
ComputePlanActionTest, HdfsAutoAddReplicasIntegrationTest, 
ScheduledMaintenanceTriggerTest, SearchRateTriggerIntegrationTest, 
TestPolicyCloud, TestLargeCluster, CdcrBootstrapTest, HDFSCollectionsAPITest, 
HdfsChaosMonkeyNothingIsSafeTest]
   [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=HdfsChaosMonkeyNothingIsSafeTest -Dtests.seed=3AD4C155A2C8DB65 
-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=en-IE -Dtests.timezone=Asia/Damascus -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | HdfsChaosMonkeyNothingIsSafeTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE 
scope at org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest: 
   [junit4]    >    1) Thread[id=48781, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    2) Thread[id=48783, 
name=TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[3AD4C155A2C8DB65]-EventThread,
 state=WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)
   [junit4]    >    3) Thread[id=48784, 
name=zkConnectionManagerCallback-8547-thread-1, state=WAITING, 
group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    4) Thread[id=48782, 
name=TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[3AD4C155A2C8DB65]-SendThread(127.0.0.1:40607),
 state=TIMED_WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3AD4C155A2C8DB65]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=48784, 
name=zkConnectionManagerCallback-8547-thread-1, state=WAITING, 
group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    2) Thread[id=48782, 
name=TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[3AD4C155A2C8DB65]-SendThread(127.0.0.1:40607),
 state=TIMED_WAITING, group=TGRP-HdfsChaosMonkeyNothingIsSafeTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1054)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3AD4C155A2C8DB65]:0)
   [junit4] Completed [619/795 (6!)] on J2 in 222.24s, 1 test, 3 errors <<< 
FAILURES!

[...truncated 552 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20180406_180714_5094634233970599252816.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/heapdumps/java_pid29847.hprof
 ...
   [junit4] Heap dump file created [568182839 bytes in 5.311 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 9275 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/build.xml:661:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/build.xml:585:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid29847.hprof

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

Reply via email to