Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/898/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC

9 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.search.join.TestCloudNestedDocsSort

Error Message:
Error from server at https://127.0.0.1:45927/solr: create the collection time 
out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:45927/solr: create the collection time out:180s
        at __randomizedtesting.SeedInfo.seed([B503BFE5C5309901]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        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:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.search.join.TestCloudNestedDocsSort.setupCluster(TestCloudNestedDocsSort.java:69)
        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$6.evaluate(RandomizedRunner.java:874)
        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:  
junit.framework.TestSuite.org.apache.solr.client.solrj.request.TestV2Request

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([79998B79A0DC9EF8]:0)


FAILED:  org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:45477/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:45477/solr
        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.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
        at 
org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:86)
        at 
org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient(TestV2Request.java:62)
        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)
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)
        ... 45 more


FAILED:  org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient

Error Message:
No live SolrServers available to handle this 
request:[http://127.0.0.1:45477/solr]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:45477/solr]
        at 
__randomizedtesting.SeedInfo.seed([79998B79A0DC9EF8:E06F00C9056F1693]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
        at 
org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:72)
        at 
org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient(TestV2Request.java:68)
        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)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: http://127.0.0.1:45477/solr
        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)
        ... 46 more
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)
        ... 50 more


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

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
        at 
__randomizedtesting.SeedInfo.seed([B503BFE5C5309901:3D57803F6BCCF4F9]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1275)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:448)
        at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:122)
        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.rule.RulesTest.testModifyColl

Error Message:
Error from server at https://127.0.0.1:33381/solr: Could not modify collection 
{   "rule":[     {"cores":"<5"},     {       "node":"*",       "replica":"1"},  
   {"freedisk":">5"}],   "autoAddReplicas":"true",   "collection":"modifyColl", 
  "operation":"modifycollection"}

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:33381/solr: Could not modify collection {
  "rule":[
    {"cores":"<5"},
    {
      "node":"*",
      "replica":"1"},
    {"freedisk":">5"}],
  "autoAddReplicas":"true",
  "collection":"modifyColl",
  "operation":"modifycollection"}
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        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:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.rule.RulesTest.testModifyColl(RulesTest.java:245)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy

Error Message:
Error from server at https://127.0.0.1:33381/solr: Could not fully create 
collection: portRuleColl2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:33381/solr: Could not fully create collection: 
portRuleColl2
        at 
__randomizedtesting.SeedInfo.seed([B503BFE5C5309901:C2B336572E9D349]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        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:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy(RulesTest.java:116)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.rule.RulesTest.doIntegrationTest

Error Message:
Error from server at https://127.0.0.1:33381/solr: Could not fully create 
collection: rulesColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:33381/solr: Could not fully create collection: 
rulesColl
        at 
__randomizedtesting.SeedInfo.seed([B503BFE5C5309901:5030F864D9446B03]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        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:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.rule.RulesTest.doIntegrationTest(RulesTest.java:78)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.rule.RulesTest.testHostFragmentRule

Error Message:
Error from server at https://127.0.0.1:33381/solr: Could not fully create 
collection: hostFragment

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:33381/solr: Could not fully create collection: 
hostFragment
        at 
__randomizedtesting.SeedInfo.seed([B503BFE5C5309901:1D45A6A8387B71A9]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        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:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.rule.RulesTest.testHostFragmentRule(RulesTest.java:168)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11924 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
   [junit4]   2> 320794 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B503BFE5C5309901-001/init-core-data-001
   [junit4]   2> 320796 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 320796 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 320797 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 320798 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B503BFE5C5309901-001/tempDir-001
   [junit4]   2> 320798 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 320798 INFO  (Thread-518) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 320798 INFO  (Thread-518) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 320799 ERROR (Thread-518) [    ] 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> 320898 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44033
   [junit4]   2> 320904 INFO  (jetty-launcher-302-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 320904 INFO  (jetty-launcher-302-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 320905 INFO  (jetty-launcher-302-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4b048cba{/solr,null,AVAILABLE}
   [junit4]   2> 320906 INFO  (jetty-launcher-302-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3658ba82{/solr,null,AVAILABLE}
   [junit4]   2> 320910 INFO  (jetty-launcher-302-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@59841ffd{HTTP/1.1,[http/1.1]}{127.0.0.1:38643}
   [junit4]   2> 320910 INFO  (jetty-launcher-302-thread-2) [    ] 
o.e.j.s.Server Started @322374ms
   [junit4]   2> 320910 INFO  (jetty-launcher-302-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38643}
   [junit4]   2> 320911 ERROR (jetty-launcher-302-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 320911 INFO  (jetty-launcher-302-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 320911 INFO  (jetty-launcher-302-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 320911 INFO  (jetty-launcher-302-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 320911 INFO  (jetty-launcher-302-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3afe9a01{HTTP/1.1,[http/1.1]}{127.0.0.1:44687}
   [junit4]   2> 320911 INFO  (jetty-launcher-302-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-25T03:19:41.369Z
   [junit4]   2> 320911 INFO  (jetty-launcher-302-thread-1) [    ] 
o.e.j.s.Server Started @322375ms
   [junit4]   2> 320911 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44687}
   [junit4]   2> 320911 ERROR (jetty-launcher-302-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 320911 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 320911 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 320911 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 320911 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-25T03:19:41.369Z
   [junit4]   2> 320913 INFO  (jetty-launcher-302-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 320917 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 320925 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44033/solr
   [junit4]   2> 320925 INFO  (jetty-launcher-302-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44033/solr
   [junit4]   2> 320953 INFO  (jetty-launcher-302-thread-2) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 320954 INFO  (jetty-launcher-302-thread-2) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38643_solr
   [junit4]   2> 320954 INFO  (jetty-launcher-302-thread-2) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.Overseer Overseer 
(id=99062905651658758-127.0.0.1:38643_solr-n_0000000000) starting
   [junit4]   2> 320964 INFO  (jetty-launcher-302-thread-2) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38643_solr
   [junit4]   2> 320965 INFO  
(zkCallback-314-thread-1-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 320970 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 320970 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 320971 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44687_solr
   [junit4]   2> 320973 INFO  
(zkCallback-314-thread-1-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 320973 INFO  
(zkCallback-313-thread-1-processing-n:127.0.0.1:44687_solr) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 321088 INFO  (jetty-launcher-302-thread-2) 
[n:127.0.0.1:38643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38643.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@52bb5113
   [junit4]   2> 321093 INFO  (jetty-launcher-302-thread-2) 
[n:127.0.0.1:38643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38643.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@52bb5113
   [junit4]   2> 321093 INFO  (jetty-launcher-302-thread-2) 
[n:127.0.0.1:38643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38643.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@52bb5113
   [junit4]   2> 321094 INFO  (jetty-launcher-302-thread-2) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B503BFE5C5309901-001/tempDir-001/node2/.
   [junit4]   2> 321106 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:44687_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44687.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@52bb5113
   [junit4]   2> 321113 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:44687_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44687.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@52bb5113
   [junit4]   2> 321113 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:44687_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44687.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@52bb5113
   [junit4]   2> 321114 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B503BFE5C5309901-001/tempDir-001/node1/.
   [junit4]   2> 321134 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 321134 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44033/solr ready
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 321193 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 321199 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 321201 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 321207 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] o.m.log 
Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_localdomain_46037_hdfs____.hythlg/webapp
   [junit4]   2> 321639 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] o.m.log 
Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:46037
   [junit4]   2> 321738 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 321739 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 321747 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] o.m.log 
Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_37407_datanode____.2kz1oi/webapp
   [junit4]   2> 322178 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37407
   [junit4]   2> 322220 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 322221 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 322233 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] o.m.log 
Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_40761_datanode____.9eyl0j/webapp
   [junit4]   2> 322296 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B503BFE5C5309901-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B503BFE5C5309901-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost.localdomain/127.0.0.1:41295) [    ] 
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> 322307 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x830afaf71a00a: from storage 
DS-20153c6f-8e58-4301-a025-8d8af92d5eb3 node 
DatanodeRegistration(127.0.0.1:45521, 
datanodeUuid=e2e9fe62-2c5a-4fcd-a537-f964ed99a0ad, infoPort=46719, 
infoSecurePort=0, ipcPort=34177, 
storageInfo=lv=-56;cid=testClusterID;nsid=1891790507;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 322307 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x830afaf71a00a: from storage 
DS-a8c714e4-e775-4251-a282-877d09b4d067 node 
DatanodeRegistration(127.0.0.1:45521, 
datanodeUuid=e2e9fe62-2c5a-4fcd-a537-f964ed99a0ad, infoPort=46719, 
infoSecurePort=0, ipcPort=34177, 
storageInfo=lv=-56;cid=testClusterID;nsid=1891790507;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 322690 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B503BFE5C5309901]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40761
   [junit4]   2> 322814 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B503BFE5C5309901-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B503BFE5C5309901-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost.localdomain/127.0.0.1:41295) [    ] 
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> 322821 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x830afce1bdb1b: from storage 
DS-7e4187c8-93be-441f-b088-c8638e5189c6 node 
DatanodeRegistration(127.0.0.1:36851, 
datanodeUuid=64bc02b6-be09-4e8d-8021-d42fea9427d4, infoPort=39783, 
infoSecurePort=0, ipcPort=36663, 
storageInfo=lv=-56;cid=testClusterID;nsid=1891790507;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 322822 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x830afce1bdb1b: from storage 
DS-2e84da28-bbb7-4538-80e7-8aa7bc3a97ca node 
DatanodeRegistration(127.0.0.1:36851, 
datanodeUuid=64bc02b6-be09-4e8d-8021-d42fea9427d4, infoPort=39783, 
infoSecurePort=0, ipcPort=36663, 
storageInfo=lv=-56;cid=testClusterID;nsid=1891790507;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 322974 INFO  
(TEST-HdfsRecoveryZkTest.test-seed#[B503BFE5C5309901]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 322976 INFO  (qtp2109273401-2298) [n:127.0.0.1:44687_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 322979 INFO  
(OverseerThreadFactory-994-thread-1-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
recoverytest
   [junit4]   2> 323086 INFO  
(OverseerStateUpdate-99062905651658758-127.0.0.1:38643_solr-n_0000000000) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"recoverytest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"recoverytest_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38643/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 323088 INFO  
(OverseerStateUpdate-99062905651658758-127.0.0.1:38643_solr-n_0000000000) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"recoverytest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"recoverytest_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44687/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 323292 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica_n2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 323292 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica_n1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 323292 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 323292 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 323396 INFO  
(zkCallback-314-thread-1-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 323396 INFO  
(zkCallback-313-thread-1-processing-n:127.0.0.1:44687_solr) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 323396 INFO  
(zkCallback-314-thread-2-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 323396 INFO  
(zkCallback-313-thread-2-processing-n:127.0.0.1:44687_solr) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324305 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 324306 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 324314 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.s.IndexSchema [recoverytest_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 324316 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.s.IndexSchema [recoverytest_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 324317 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 324317 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'recoverytest_shard1_replica_n1' using 
configuration from collection recoverytest, trusted=true
   [junit4]   2> 324318 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38643.solr.core.recoverytest.shard1.replica_n1' (registry 
'solr.core.recoverytest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@52bb5113
   [junit4]   2> 324320 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 324320 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'recoverytest_shard1_replica_n2' using 
configuration from collection recoverytest, trusted=true
   [junit4]   2> 324321 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44687.solr.core.recoverytest.shard1.replica_n2' (registry 
'solr.core.recoverytest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@52bb5113
   [junit4]   2> 324325 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:41295/data
   [junit4]   2> 324325 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 324325 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 324326 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.SolrCore [[recoverytest_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B503BFE5C5309901-001/tempDir-001/node2/recoverytest_shard1_replica_n1],
 dataDir=[hdfs://localhost.localdomain:41295/data/recoverytest/core_node3/data/]
   [junit4]   2> 324325 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:41295/data
   [junit4]   2> 324327 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 324327 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 324327 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.SolrCore [[recoverytest_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B503BFE5C5309901-001/tempDir-001/node1/recoverytest_shard1_replica_n2],
 dataDir=[hdfs://localhost.localdomain:41295/data/recoverytest/core_node4/data/]
   [junit4]   2> 324329 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41295/data/recoverytest/core_node3/data/snapshot_metadata
   [junit4]   2> 324329 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41295/data/recoverytest/core_node4/data/snapshot_metadata
   [junit4]   2> 324338 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 324338 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 324338 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 324338 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 324346 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 324346 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 324347 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41295/data/recoverytest/core_node4/data
   [junit4]   2> 324347 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41295/data/recoverytest/core_node3/data
   [junit4]   2> 324364 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41295/data/recoverytest/core_node3/data/index
   [junit4]   2> 324364 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41295/data/recoverytest/core_node4/data/index
   [junit4]   2> 324368 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 324368 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 324370 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 324370 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 324373 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 324374 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 324402 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36851 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-a8c714e4-e775-4251-a282-877d09b4d067:NORMAL:127.0.0.1:45521|RBW],
 
ReplicaUC[[DISK]DS-7e4187c8-93be-441f-b088-c8638e5189c6:NORMAL:127.0.0.1:36851|FINALIZED]]}
 size 0
   [junit4]   2> 324402 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45521 is added to 
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2e84da28-bbb7-4538-80e7-8aa7bc3a97ca:NORMAL:127.0.0.1:36851|RBW],
 
ReplicaUC[[DISK]DS-a8c714e4-e775-4251-a282-877d09b4d067:NORMAL:127.0.0.1:45521|RBW]]}
 size 0
   [junit4]   2> 324403 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36851 is added to 
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2e84da28-bbb7-4538-80e7-8aa7bc3a97ca:NORMAL:127.0.0.1:36851|RBW],
 
ReplicaUC[[DISK]DS-a8c714e4-e775-4251-a282-877d09b4d067:NORMAL:127.0.0.1:45521|RBW]]}
 size 0
   [junit4]   2> 324403 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45521 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-7e4187c8-93be-441f-b088-c8638e5189c6:NORMAL:127.0.0.1:36851|FINALIZED],
 
ReplicaUC[[DISK]DS-20153c6f-8e58-4301-a025-8d8af92d5eb3:NORMAL:127.0.0.1:45521|RBW]]}
 size 0
   [junit4]   2> 324446 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 324446 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 324446 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 324446 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 324446 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 324446 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 324456 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 324456 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 324456 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 324456 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 324504 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6fd67adf[recoverytest_shard1_replica_n1] main]
   [junit4]   2> 324504 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@56f11a6d[recoverytest_shard1_replica_n2] main]
   [junit4]   2> 324505 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 324505 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 324505 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 324505 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 324506 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 324506 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 324512 WARN  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for 
hdfs://localhost.localdomain:39895/solr3 due to exception: 
java.net.ConnectException: Call From serv1.sd-datasolutions.de/88.99.242.108 to 
localhost.localdomain:39895 failed on connection exception: 
java.net.ConnectException: Connection refused; For more details see:  
http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 324512 WARN  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for 
hdfs://localhost.localdomain:39895/solr3 due to exception: 
java.net.ConnectException: Call From serv1.sd-datasolutions.de/88.99.242.108 to 
localhost.localdomain:39895 failed on connection exception: 
java.net.ConnectException: Connection refused; For more details see:  
http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 324513 INFO  
(searcherExecutor-1000-thread-1-processing-n:127.0.0.1:44687_solr 
x:recoverytest_shard1_replica_n2 s:shard1 c:recoverytest r:core_node4) 
[n:127.0.0.1:44687_solr c:recoverytest s:shard1 r:core_node4 
x:recoverytest_shard1_replica_n2] o.a.s.c.SolrCore 
[recoverytest_shard1_replica_n2] Registered new searcher 
Searcher@56f11a6d[recoverytest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 324513 INFO  
(searcherExecutor-999-thread-1-processing-n:127.0.0.1:38643_solr 
x:recoverytest_shard1_replica_n1 s:shard1 c:recoverytest r:core_node3) 
[n:127.0.0.1:38643_solr c:recoverytest s:shard1 r:core_node3 
x:recoverytest_shard1_replica_n1] o.a.s.c.SolrCore 
[recoverytest_shard1_replica_n1] Registered new searcher 
Searcher@6fd67adf[recoverytest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 324513 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585006494320951296
   [junit4]   2> 324513 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585006494320951296
   [junit4]   2> 324516 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 324517 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 324517 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38643/solr/recoverytest_shard1_replica_n1/
   [junit4]   2> 324517 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica_n1 
url=http://127.0.0.1:38643/solr START 
replicas=[http://127.0.0.1:44687/solr/recoverytest_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 324521 INFO  (qtp2109273401-2290) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.c.S.Request [recoverytest_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 324618 INFO  
(zkCallback-314-thread-1-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324618 INFO  
(zkCallback-313-thread-2-processing-n:127.0.0.1:44687_solr) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324618 INFO  
(zkCallback-313-thread-1-processing-n:127.0.0.1:44687_solr) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324618 INFO  
(zkCallback-314-thread-2-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324817 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica_n1 
url=http://127.0.0.1:38643/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 324817 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 324817 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 324817 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 324823 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38643/solr/recoverytest_shard1_replica_n1/ shard1
   [junit4]   2> 324925 INFO  
(zkCallback-313-thread-1-processing-n:127.0.0.1:44687_solr) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324925 INFO  
(zkCallback-314-thread-1-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324925 INFO  
(zkCallback-313-thread-2-processing-n:127.0.0.1:44687_solr) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324925 INFO  
(zkCallback-314-thread-2-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324974 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 324984 INFO  (qtp199382874-2299) [n:127.0.0.1:38643_solr 
c:recoverytest s:shard1 r:core_node3 x:recoverytest_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica_n1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1692
   [junit4]   2> 325077 INFO  
(zkCallback-314-thread-2-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 325077 INFO  
(zkCallback-313-thread-2-processing-n:127.0.0.1:44687_solr) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 325077 INFO  
(zkCallback-313-thread-1-processing-n:127.0.0.1:44687_solr) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 325077 INFO  
(zkCallback-314-thread-1-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 325527 INFO  (qtp2109273401-2302) [n:127.0.0.1:44687_solr 
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica_n2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2235
   [junit4]   2> 325530 INFO  (qtp2109273401-2298) [n:127.0.0.1:44687_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 325620 INFO  
(zkCallback-314-thread-1-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 325620 INFO  
(zkCallback-313-thread-2-processing-n:127.0.0.1:44687_solr) 
[n:127.0.0.1:44687_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 325620 INFO  
(zkCallback-314-thread-2-processing-n:127.0.0.1:38643_solr) 
[n:127.0.0.1:38643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live n

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

: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread 
"NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"SUITE-TestV2Request-seed#[79998B79A0DC9EF8]-worker-SendThread(127.0.0.1:41589)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"jetty-launcher-22-thread-2-SendThread(127.0.0.1:41589)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"jetty-launcher-22-thread-4-SendThread(127.0.0.1:41589)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-7989"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from t
   [junit4] he UncaughtExceptionHandler in thread "qtp1340607092-8010"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"org.eclipse.jetty.server.session.HashSessionManager@aa4dbdeTimer"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "qtp1025359775-8007"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Scheduler-1093660153"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Thread-45"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"org.eclipse.jetty.server.session.HashSessionManager@31c1d109Timer"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Scheduler-869942860"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"org.eclipse.jetty.server.session.HashSessionManager@50bd8e2aTimer"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "qtp1972991183-8009"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"OverseerCollectionConfigSetProcessor-99063065774784522-127.0.0.1:45477_solr-n_0000000000"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Scheduler-2035864629"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "ScheduledTrigger-111-thread-1"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Scheduler-2069795852"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "org.eclipse.je
   [junit4] tty.server.session.HashSessionManager@76b4eddfTimer"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-8008"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "qtp1025359775-4629"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-3062"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-1227"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-2558"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1025359775-1760"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-1561"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1972991183-2042"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1025359775-1751"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-8001"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-7981"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1025359775-7991"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-1401"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-5440"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-7886"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "qtp1025359775-1748"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-46
   [junit4] 74"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-1614"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-1571"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-1597"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-1905"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-1784"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-1925"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-1590"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-7905"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-1581"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1972991183-1570"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1025359775-4427"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-2706"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-1758"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp2006922422-1607"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-6078"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1972991183-2291"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-1717"
   [junit4] 
   [junit4] Exception: java.lang
   [junit4] .IllegalArgumentException thrown from the UncaughtExceptionHandler 
in thread "qtp1972991183-2232"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1972991183-4615"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the 
UncaughtExceptionHandler in thread "qtp1340607092-2078"
   [junit4] <<< JVM J1: EOF ----

[...truncated 7570 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:835: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:787: Some of the tests 
produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? 
Dumps created:
* java_pid29168.hprof

Total time: 190 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to