Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/102/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testLastPublishedStateIsActive

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:43825
        at 
__randomizedtesting.SeedInfo.seed([AF37EC8207DE828A:4755D213A0D380D6]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java: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.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 43 more


FAILED:  org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testExecute

Error Message:
Error from server at https://127.0.0.1:32923/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:32923/solr: create the collection time out:180s
        at 
__randomizedtesting.SeedInfo.seed([AF37EC8207DE828A:9E87FE8F15297D0D]: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.autoscaling.ExecutePlanActionTest.testExecute(ExecutePlanActionTest.java:93)
        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.autoscaling.ExecutePlanActionTest.testIntegration

Error Message:
Error from server at https://127.0.0.1:32923/solr: Could not fully create 
collection: testIntegration

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:32923/solr: Could not fully create collection: 
testIntegration
        at 
__randomizedtesting.SeedInfo.seed([AF37EC8207DE828A:1F56E2AE22E123AF]: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.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:183)
        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.index.hdfs.CheckHdfsIndexTest.doTest

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:37411/c_

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:37411/c_
        at 
__randomizedtesting.SeedInfo.seed([AF37EC8207DE828A:87354266A659133]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java: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.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 43 more




Build Log:
[...truncated 12678 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ExecutePlanActionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_AF37EC8207DE828A-001/init-core-data-001
   [junit4]   2> 1024155 WARN  
(SUITE-ExecutePlanActionTest-seed#[AF37EC8207DE828A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=155 numCloses=155
   [junit4]   2> 1024155 INFO  
(SUITE-ExecutePlanActionTest-seed#[AF37EC8207DE828A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1024156 INFO  
(SUITE-ExecutePlanActionTest-seed#[AF37EC8207DE828A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1024157 INFO  
(SUITE-ExecutePlanActionTest-seed#[AF37EC8207DE828A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1024157 INFO  
(SUITE-ExecutePlanActionTest-seed#[AF37EC8207DE828A]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_AF37EC8207DE828A-001/tempDir-001
   [junit4]   2> 1024157 INFO  
(SUITE-ExecutePlanActionTest-seed#[AF37EC8207DE828A]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1024157 INFO  (Thread-2338) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1024157 INFO  (Thread-2338) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1024158 ERROR (Thread-2338) [    ] 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> 1024257 INFO  
(SUITE-ExecutePlanActionTest-seed#[AF37EC8207DE828A]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39075
   [junit4]   2> 1024259 INFO  (zkConnectionManagerCallback-1826-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024263 INFO  (jetty-launcher-1823-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1024263 INFO  (jetty-launcher-1823-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1024264 INFO  (jetty-launcher-1823-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1185b3d{/solr,null,AVAILABLE}
   [junit4]   2> 1024264 INFO  (jetty-launcher-1823-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16a4928{/solr,null,AVAILABLE}
   [junit4]   2> 1024266 INFO  (jetty-launcher-1823-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2e4a25{SSL,[ssl, 
http/1.1]}{127.0.0.1:44403}
   [junit4]   2> 1024266 INFO  (jetty-launcher-1823-thread-1) [    ] 
o.e.j.s.Server Started @1025808ms
   [junit4]   2> 1024266 INFO  (jetty-launcher-1823-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44403}
   [junit4]   2> 1024266 ERROR (jetty-launcher-1823-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1024266 INFO  (jetty-launcher-1823-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.1
   [junit4]   2> 1024266 INFO  (jetty-launcher-1823-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1024266 INFO  (jetty-launcher-1823-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1024266 INFO  (jetty-launcher-1823-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-22T20:50:07.872Z
   [junit4]   2> 1024267 INFO  (jetty-launcher-1823-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@13e446f{SSL,[ssl, 
http/1.1]}{127.0.0.1:32923}
   [junit4]   2> 1024267 INFO  (jetty-launcher-1823-thread-2) [    ] 
o.e.j.s.Server Started @1025808ms
   [junit4]   2> 1024267 INFO  (jetty-launcher-1823-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32923}
   [junit4]   2> 1024267 ERROR (jetty-launcher-1823-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1024267 INFO  (jetty-launcher-1823-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.1
   [junit4]   2> 1024267 INFO  (jetty-launcher-1823-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1024267 INFO  (jetty-launcher-1823-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1024267 INFO  (jetty-launcher-1823-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-22T20:50:07.873Z
   [junit4]   2> 1024267 INFO  (zkConnectionManagerCallback-1828-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024268 INFO  (jetty-launcher-1823-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1024268 INFO  (zkConnectionManagerCallback-1830-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024268 INFO  (jetty-launcher-1823-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1024272 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1607ffd7f140001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1024274 INFO  (jetty-launcher-1823-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39075/solr
   [junit4]   2> 1024274 INFO  (jetty-launcher-1823-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39075/solr
   [junit4]   2> 1024275 INFO  (zkConnectionManagerCallback-1836-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024275 INFO  (zkConnectionManagerCallback-1838-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024275 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1607ffd7f140004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1024276 INFO  
(zkConnectionManagerCallback-1842-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024276 INFO  
(zkConnectionManagerCallback-1841-thread-1-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024316 INFO  (jetty-launcher-1823-thread-1) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1024316 INFO  (jetty-launcher-1823-thread-2) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1024316 INFO  (jetty-launcher-1823-thread-1) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44403_solr
   [junit4]   2> 1024316 INFO  (jetty-launcher-1823-thread-2) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32923_solr
   [junit4]   2> 1024317 INFO  (jetty-launcher-1823-thread-1) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.Overseer Overseer 
(id=99219918537621510-127.0.0.1:44403_solr-n_0000000000) starting
   [junit4]   2> 1024322 INFO  
(zkCallback-1840-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1024323 INFO  
(zkCallback-1839-thread-1-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1024329 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 1024334 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 1024334 INFO  (jetty-launcher-1823-thread-1) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44403_solr
   [junit4]   2> 1024334 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:32923_solr]
   [junit4]   2> 1024334 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1024334 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 1024338 INFO  
(zkCallback-1840-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1024338 INFO  
(zkCallback-1839-thread-1-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1024341 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1024341 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1024341 DEBUG (ScheduledTrigger-4289-thread-1) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1024387 INFO  (jetty-launcher-1823-thread-2) 
[n:127.0.0.1:32923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32923.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1413b2c
   [junit4]   2> 1024393 INFO  (jetty-launcher-1823-thread-2) 
[n:127.0.0.1:32923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32923.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1413b2c
   [junit4]   2> 1024394 INFO  (jetty-launcher-1823-thread-2) 
[n:127.0.0.1:32923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32923.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1413b2c
   [junit4]   2> 1024395 INFO  (jetty-launcher-1823-thread-2) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_AF37EC8207DE828A-001/tempDir-001/node2/.
   [junit4]   2> 1024424 INFO  (jetty-launcher-1823-thread-1) 
[n:127.0.0.1:44403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44403.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1413b2c
   [junit4]   2> 1024430 INFO  (jetty-launcher-1823-thread-1) 
[n:127.0.0.1:44403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44403.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1413b2c
   [junit4]   2> 1024430 INFO  (jetty-launcher-1823-thread-1) 
[n:127.0.0.1:44403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44403.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1413b2c
   [junit4]   2> 1024431 INFO  (jetty-launcher-1823-thread-1) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_AF37EC8207DE828A-001/tempDir-001/node1/.
   [junit4]   2> 1024444 INFO  (zkConnectionManagerCallback-1847-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024447 INFO  (zkConnectionManagerCallback-1851-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024447 INFO  
(SUITE-ExecutePlanActionTest-seed#[AF37EC8207DE828A]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1024448 INFO  
(SUITE-ExecutePlanActionTest-seed#[AF37EC8207DE828A]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39075/solr ready
   [junit4]   2> 1024469 INFO  
(TEST-ExecutePlanActionTest.testExecute-seed#[AF37EC8207DE828A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 1024469 DEBUG 
(zkCallback-1839-thread-1-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 2
   [junit4]   2> 1024469 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 2
   [junit4]   2> 1024471 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 1024471 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1024471 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1024473 INFO  (zkConnectionManagerCallback-1853-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024502 INFO  (qtp1379563-8541) [n:127.0.0.1:32923_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=testExecute&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1024504 INFO  
(OverseerThreadFactory-4291-thread-1-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testExecute
   [junit4]   2> 1024607 INFO  
(OverseerStateUpdate-99219918537621510-127.0.0.1:44403_solr-n_0000000000) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44403/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1024607 INFO  
(OverseerStateUpdate-99219918537621510-127.0.0.1:44403_solr-n_0000000000) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:32923/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1024820 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n2&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1024820 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1024836 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n1&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1024837 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1024939 INFO  
(zkCallback-1839-thread-1-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1024939 INFO  
(zkCallback-1840-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1024939 INFO  
(zkCallback-1840-thread-2-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1024939 INFO  
(zkCallback-1839-thread-2-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1025827 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 1025831 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.s.IndexSchema [testExecute_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1025833 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1025833 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n2' using 
configuration from collection testExecute, trusted=true
   [junit4]   2> 1025834 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32923.solr.core.testExecute.shard1.replica_n2' (registry 
'solr.core.testExecute.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1413b2c
   [junit4]   2> 1025834 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1025834 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.SolrCore [[testExecute_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_AF37EC8207DE828A-001/tempDir-001/node2/testExecute_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_AF37EC8207DE828A-001/tempDir-001/node2/./testExecute_shard1_replica_n2/data/]
   [junit4]   2> 1025843 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 1025859 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.s.IndexSchema [testExecute_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1025861 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1025861 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n1' using 
configuration from collection testExecute, trusted=true
   [junit4]   2> 1025861 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44403.solr.core.testExecute.shard1.replica_n1' (registry 
'solr.core.testExecute.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1413b2c
   [junit4]   2> 1025862 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1025862 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.c.SolrCore [[testExecute_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_AF37EC8207DE828A-001/tempDir-001/node1/testExecute_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_AF37EC8207DE828A-001/tempDir-001/node1/./testExecute_shard1_replica_n1/data/]
   [junit4]   2> 1025888 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1025888 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1025889 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1025889 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1025890 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2ca20a[testExecute_shard1_replica_n2] main]
   [junit4]   2> 1025890 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1025891 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1025891 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1025892 INFO  
(searcherExecutor-4296-thread-1-processing-n:127.0.0.1:32923_solr 
x:testExecute_shard1_replica_n2 s:shard1 c:testExecute r:core_node4) 
[n:127.0.0.1:32923_solr c:testExecute s:shard1 r:core_node4 
x:testExecute_shard1_replica_n2] o.a.s.c.SolrCore 
[testExecute_shard1_replica_n2] Registered new searcher 
Searcher@2ca20a[testExecute_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1025892 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1587518698420174848
   [junit4]   2> 1025893 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1025893 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1025894 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1025894 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1025895 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1025895 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12b6176[testExecute_shard1_replica_n1] main]
   [junit4]   2> 1025895 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1025896 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1025896 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1025897 INFO  
(searcherExecutor-4297-thread-1-processing-n:127.0.0.1:44403_solr 
x:testExecute_shard1_replica_n1 s:shard1 c:testExecute r:core_node3) 
[n:127.0.0.1:44403_solr c:testExecute s:shard1 r:core_node3 
x:testExecute_shard1_replica_n1] o.a.s.c.SolrCore 
[testExecute_shard1_replica_n1] Registered new searcher 
Searcher@12b6176[testExecute_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1025897 INFO  (qtp31012689-8535) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1587518698425417728
   [junit4]   2> 1026395 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1026395 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1026395 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:32923/solr/testExecute_shard1_replica_n2/
   [junit4]   2> 1026395 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testExecute_shard1_replica_n2 
url=https://127.0.0.1:32923/solr START 
replicas=[https://127.0.0.1:44403/solr/testExecute_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 1026398 INFO  (qtp31012689-8533) [n:127.0.0.1:44403_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.c.S.Request [testExecute_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1026696 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testExecute_shard1_replica_n2 
url=https://127.0.0.1:32923/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1026696 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1026696 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
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> 1026696 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1026698 INFO  (qtp1379563-8532) [n:127.0.0.1:32923_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:32923/solr/testExecute_shard1_replica_n2/ shard1
   [junit4]   2> 1204505 ERROR (qtp1379563-8541) [n:127.0.0.1:32923_solr    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the 
collection time out:180s
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:314)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1204506 INFO  (qtp1379563-8541) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=testExecute&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=500 QTime=180003
   [junit4]   2> 1204506 ERROR (qtp1379563-8541) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the 
collection time out:180s
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:314)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1204507 INFO  
(TEST-ExecutePlanActionTest.testExecute-seed#[AF37EC8207DE828A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testExecute
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ExecutePlanActionTest -Dtests.method=testExecute 
-Dtests.seed=AF37EC8207DE828A -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-PY -Dtests.timezone=Europe/Sarajevo -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    180s J0 | ExecutePlanActionTest.testExecute <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:32923/solr: create the collection time out:180s
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([AF37EC8207DE828A:9E87FE8F15297D0D]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testExecute(ExecutePlanActionTest.java:93)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1204546 INFO  
(TEST-ExecutePlanActionTest.testIntegration-seed#[AF37EC8207DE828A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testIntegration
   [junit4]   2> 1204547 DEBUG 
(zkCallback-1839-thread-4-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 3
   [junit4]   2> 1204547 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 3
   [junit4]   2> 1204548 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 1204548 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1204549 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1204550 INFO  (zkConnectionManagerCallback-1856-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1204555 INFO  
(zkConnectionManagerCallback-1860-thread-1-processing-n:127.0.0.1:32923_solr) 
[n:127.0.0.1:32923_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1204557 INFO  (qtp1379563-8526) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1204558 INFO  (qtp1379563-8526) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39075/solr ready
   [junit4]   2> 1204562 INFO  (qtp1379563-8541) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=0
   [junit4]   2> 1204567 INFO  (qtp31012689-8528) [n:127.0.0.1:44403_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=0
   [junit4]   2> 1204567 DEBUG (qtp1379563-8526) [n:127.0.0.1:32923_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1204578 INFO  (qtp1379563-8526) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=25
   [junit4]   2> 1204578 DEBUG 
(zkCallback-1839-thread-4-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 4
   [junit4]   2> 1204579 INFO  (qtp1379563-8540) [n:127.0.0.1:32923_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=testIntegration&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1204579 DEBUG 
(zkCallback-1839-thread-4-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:32923_solr, 127.0.0.1:44403_solr]
   [junit4]   2> 1204579 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 4
   [junit4]   2> 1204582 INFO  
(OverseerThreadFactory-4291-thread-2-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testIntegration
   [junit4]   2> 1204582 DEBUG (ScheduledTrigger-4289-thread-2) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1204584 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1204584 DEBUG 
(OverseerAutoScalingTriggerThread-99219918537621510-127.0.0.1:44403_solr-n_0000000000)
 [n:127.0.0.1:44403_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1205583 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1206583 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1207584 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1208584 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1209584 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1210584 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1211584 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1212584 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1213585 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1214585 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1215585 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1216585 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1217586 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1218586 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1219586 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1220586 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1221587 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1222587 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1223587 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1224587 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1225588 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1226588 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1227588 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1228588 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1229588 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1230589 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1231589 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1232589 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1233589 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1234589 DEBUG (ScheduledTrigger-4289-thread-3) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: [127.0.0.1:32923_solr, 
127.0.0.1:44403_solr]
   [junit4]   2> 1234629 ERROR 
(OverseerThreadFactory-4291-thread-2-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
Collection: testIntegration operation: create 
failed:org.apache.solr.common.SolrException: Could not fully create collection: 
testIntegration
   [junit4]   2>        at 
org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:215)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:233)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1234633 INFO  (qtp1379563-8540) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=testIntegration&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=500 QTime=30054
   [junit4]   2> 1234634 ERROR (qtp1379563-8540) [n:127.0.0.1:32923_solr    ] 
o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Could not fully 
create collection: testIntegration
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:309)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1234634 INFO  
(TEST-ExecutePlanActionTest.testIntegration-seed#[AF37EC8207DE828A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testIntegration
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ExecutePlanActionTest -Dtests.method=testIntegration 
-Dtests.seed=AF37EC8207DE828A -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-PY -Dtests.timezone=Europe/Sarajevo -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   30.1s J0 | ExecutePlanActionTest.testIntegration <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:32923/solr: Could not fully create collection: 
testIntegration
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([AF37EC8207DE828A:1F56E2AE22E123AF]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:183)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1234638 INFO  (jetty-closer-1824-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@13e446f{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1234638 INFO  (jetty-closer-1824-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2e4a25{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1234638 INFO  (jetty-closer-1824-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=21548984
   [junit4]   2> 1234638 INFO  (jetty-closer-1824-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=8690841
   [junit4]   2> 1234638 INFO  (jetty-closer-1824-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1234638 INFO  (jetty-closer-1824-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1234638 INFO  (jetty-closer-1824-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4ef811: rootName = 
solr_32923, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@a6a705
   [junit4]   2> 1234638 INFO  (jetty-closer-1824-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@be307c: rootName = 
solr_44403, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@cc4a77
   [junit4]   2> 1234639 ERROR 
(OverseerThreadFactory-4291-thread-1-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error 
from shard: https://127.0.0.1:44403/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: https://127.0.0.1:44403/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.http.NoHttpResponseException: 
127.0.0.1:44403 failed to respond
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]   2>        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]   2>        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]   2>        ... 12 more
   [junit4]   2> 1234640 ERROR 
(OverseerThreadFactory-4291-thread-1-processing-n:127.0.0.1:44403_solr) 
[n:127.0.0.1:44403_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error 
from shard: https://127.0.0.1:32923/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: https://127.0.0.1:32923/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [juni

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

ITE-CheckHdfsIndexTest-seed#[AF37EC8207DE828A]-worker) [    ] o.m.log Stopped 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 3236806 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.index.hdfs.CheckHdfsIndexTest_AF37EC8207DE828A-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.index.hdfs.CheckHdfsIndexTest_AF37EC8207DE828A-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost.localdomain/127.0.0.1:38625) [    ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 3236807 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.index.hdfs.CheckHdfsIndexTest_AF37EC8207DE828A-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.index.hdfs.CheckHdfsIndexTest_AF37EC8207DE828A-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost.localdomain/127.0.0.1:38625) [    ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-1909286998-88.99.242.108-1513977341757 (Datanode Uuid 
ce3597ae-2224-4157-81be-c0ba5ad9a1e9) service to 
localhost.localdomain/127.0.0.1:38625
   [junit4]   2> 3236809 WARN  
(SUITE-CheckHdfsIndexTest-seed#[AF37EC8207DE828A]-worker) [    ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 3236821 INFO  
(SUITE-CheckHdfsIndexTest-seed#[AF37EC8207DE828A]-worker) [    ] o.m.log 
Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 3236889 INFO  
(org.apache.hadoop.hdfs.server.blockmanagement.BlockManager$ReplicationMonitor@1fc50f5)
 [    ] BlockStateChange BLOCK* BlockManager: ask 127.0.0.1:42403 to delete 
[blk_1073741995_1171, blk_1073741996_1172, blk_1073741997_1173, 
blk_1073741998_1174, blk_1073741999_1175, blk_1073742000_1176, 
blk_1073742001_1177, blk_1073742002_1178, blk_1073742003_1179, 
blk_1073742004_1180, blk_1073742005_1181, blk_1073742006_1182, 
blk_1073742007_1183, blk_1073742008_1184, blk_1073742009_1185, 
blk_1073742010_1186, blk_1073742011_1187, blk_1073742012_1188, 
blk_1073742013_1189]
   [junit4]   2> 3236923 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.index.hdfs.CheckHdfsIndexTest_AF37EC8207DE828A-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.index.hdfs.CheckHdfsIndexTest_AF37EC8207DE828A-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost.localdomain/127.0.0.1:38625) [    ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 3236924 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.index.hdfs.CheckHdfsIndexTest_AF37EC8207DE828A-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.index.hdfs.CheckHdfsIndexTest_AF37EC8207DE828A-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost.localdomain/127.0.0.1:38625) [    ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-1909286998-88.99.242.108-1513977341757 (Datanode Uuid 
50d2db2b-99e1-45b3-837e-76e7aa389a1c) service to 
localhost.localdomain/127.0.0.1:38625
   [junit4]   2> 3236933 INFO  
(SUITE-CheckHdfsIndexTest-seed#[AF37EC8207DE828A]-worker) [    ] o.m.log 
Stopped 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.index.hdfs.CheckHdfsIndexTest_AF37EC8207DE828A-001
   [junit4]   2> Dec 22, 2017 9:27:00 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 66 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {field=DFR G1, titleTokenized=DFR G2, 
body=DFR I(ne)Z(0.3)}, locale=es-GT, timezone=Africa/Asmera
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=2,free=218229840,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderListener, 
TestDFISimilarityFactory, VersionInfoTest, TestFreeTextSuggestions, 
TestTolerantSearch, FieldMutatingUpdateProcessorTest, CopyFieldTest, 
ClassificationUpdateProcessorTest, ReturnFieldsTest, TestNumericTerms32, 
SimplePostToolTest, TestZkChroot, DistribJoinFromCollectionTest, TestSolrXml, 
HttpTriggerListenerTest, CSVRequestHandlerTest, FullSolrCloudDistribCmdsTest, 
SegmentsInfoRequestHandlerTest, HdfsCollectionsAPIDistributedZkTest, 
DocValuesNotIndexedTest, TestTrieFacet, 
DistributedQueryComponentOptimizationTest, CurrencyFieldTypeTest, 
TestExtendedDismaxParser, TestJavabinTupleStreamParser, 
WordBreakSolrSpellCheckerTest, TestOrdValues, DistanceUnitsTest, 
ReplicationFactorTest, TestSystemIdResolver, SpatialHeatmapFacetsTest, 
UnloadDistributedZkTest, TestTrie, TestSolrCloudWithSecureImpersonation, 
BadCopyFieldTest, TestAnalyzeInfixSuggestions, V2StandaloneTest, TestFiltering, 
ExplicitHLLTest, SystemInfoHandlerTest, TestAuthorizationFramework, 
TestReplicationHandlerBackup, DeleteStatusTest, 
TestEmbeddedSolrServerConstructors, TestExactSharedStatsCache, 
HdfsRecoveryZkTest, AtomicUpdatesTest, TimeZoneUtilsTest, 
TestManagedSchemaThreadSafety, TestIndexSearcher, NodeMutatorTest, 
TestDynamicFieldCollectionResource, TestScoreJoinQPNoScore, 
SolrCloudExampleTest, TestFieldSortValues, MetricsHandlerTest, 
SortByFunctionTest, TestFieldResource, TestLRUCache, BasicDistributedZk2Test, 
TestSolrCoreProperties, TestPayloadScoreQParserPlugin, TestRawTransformer, 
TestFuzzyAnalyzedSuggestions, CdcrRequestHandlerTest, 
TestSkipOverseerOperations, TestExportWriter, ResponseHeaderTest, 
SolrJmxReporterTest, TestRequestForwarding, TestSubQueryTransformerDistrib, 
HdfsWriteToMultipleCollectionsTest, DistributedFacetPivotLargeTest, 
AlternateDirectoryTest, TestLegacyField, TestHashPartitioner, 
UninvertDocValuesMergePolicyTest, TestSha256AuthenticationProvider, 
TestFieldCacheReopen, TestHashQParserPlugin, TestDocBasedVersionConstraints, 
TestCollectionAPIs, TestGroupingSearch, TestDistributedGrouping, UUIDFieldTest, 
TestManagedStopFilterFactory, TestSQLHandler, HighlighterMaxOffsetTest, 
TestPartialUpdateDeduplication, BadComponentTest, 
CollectionsAPIAsyncDistributedZkTest, TestMiniSolrCloudClusterSSL, 
TestSchemaVersionResource, ConfigSetsAPITest, 
BigEndianAscendingWordDeserializerTest, TestLFUCache, TestPullReplica, 
SuggesterTest, TestFunctionQuery, SmileWriterTest, 
LeaderElectionContextKeyTest, TestPivotHelperCode, 
TestRandomRequestDistribution, TestSmileRequest, TestInitParams, 
HdfsBasicDistributedZkTest, DataDrivenBlockJoinTest, 
AsyncCallRequestStatusResponseTest, DeleteNodeTest, PluginInfoTest, 
CoreAdminRequestStatusTest, TestNumericRangeQuery64, TestSchemaNameResource, 
RequiredFieldsTest, TestSearchPerf, TestSolrCloudWithHadoopAuthPlugin, 
TestReload, TestSolrConfigHandlerConcurrent, TestNoOpRegenerator, 
ClusterStateTest, ZkStateReaderTest, BasicDistributedZkTest, 
CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, 
OverseerTest, BasicZkTest, RecoveryZkTest, TestRandomFaceting, 
LeaderElectionTest, ZkSolrClientTest, TestDistributedSearch, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
TestRealTimeGet, TestJoin, TestSolr4Spatial, SolrCmdDistributorTest, 
QueryElevationComponentTest, TestSort, TestLazyCores, CoreAdminHandlerTest, 
SuggesterTSTTest, TestCSVLoader, NoCacheHeaderTest, 
SolrCoreCheckLockOnStartupTest, DefaultValueUpdateProcessorTest, 
TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest, 
LukeRequestHandlerTest, TestWriterPerf, TestQueryTypes, 
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, 
TestValueSourceCache, PathHierarchyTokenizerFactoryTest, 
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, 
SolrPluginUtilsTest, TestCSVResponseWriter, TestAnalyzedSuggestions, 
UniqFieldsUpdateProcessorFactoryTest, SearchHandlerTest, HighlighterConfigTest, 
SOLR749Test, ResponseLogComponentTest, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, SampleTest, TestDocSet, NumericFieldsTest, 
MinimalSchemaTest, TestElisionMultitermQuery, ExternalFileFieldSortTest, 
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, 
SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, 
TestXIncludeConfig, EchoParamsTest, TestLMDirichletSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, 
ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, 
TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, 
CollectionReloadTest, CollectionTooManyReplicasTest, CustomCollectionTest, 
DeleteShardTest, DistributedQueueTest, ForceLeaderTest, MoveReplicaTest, 
PeerSyncReplicationTest, TestCollectionAPI, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestHdfsCloudBackupRestore, 
TestPrepRecovery, TestStressLiveNodes, TestTolerantUpdateProcessorRandomCloud, 
TriLevelCompositeIdRoutingTest, AutoAddReplicasIntegrationTest, 
TestPolicyCloud, CdcrBootstrapTest, HdfsRestartWhileUpdatingTest, 
HdfsSyncSliceTest, HdfsThreadLeakTest, ImplicitSnitchTest, RuleEngineTest, 
RulesTest, TestImplicitCoreProperties, TestReloadAndDeleteDocs, 
TestShardHandlerFactory, TestSolrCloudSnapshots, TestSolrCoreSnapshots, 
TestReqParamsAPI, TestSolrConfigHandlerCloud, CheckHdfsIndexTest]
   [junit4] Completed [751/751 (3!)] on J2 in 688.61s, 5 tests, 1 error, 1 
skipped <<< FAILURES!

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

Reply via email to