Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20942/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:37309
        at 
__randomizedtesting.SeedInfo.seed([EC0D82B4DECEC0EB:46FBC2579C3C2B7]: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.TestRebalanceLeaders.test

Error Message:
Waited for timeout for preferredLeader assignments to be made and they werent.

Stack Trace:
java.lang.AssertionError: Waited for timeout for preferredLeader assignments to 
be made and they werent.
        at 
__randomizedtesting.SeedInfo.seed([EC0D82B4DECEC0EB:6459BD6E7032AD13]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.TestRebalanceLeaders.issueCommands(TestRebalanceLeaders.java:277)
        at 
org.apache.solr.cloud.TestRebalanceLeaders.rebalanceLeaderTest(TestRebalanceLeaders.java:111)
        at 
org.apache.solr.cloud.TestRebalanceLeaders.test(TestRebalanceLeaders.java:77)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestSegmentSorting.testSegmentTerminateEarly

Error Message:
Error from server at http://127.0.0.1:38441/solr: Could not fully remove 
collection: testSegmentTerminateEarly

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:38441/solr: Could not fully remove collection: 
testSegmentTerminateEarly
        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.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:444)
        at 
org.apache.solr.cloud.TestSegmentSorting.ensureClusterEmpty(TestSegmentSorting.java:63)
        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$10.evaluate(RandomizedRunner.java:992)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
        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.TestSegmentSorting.testAtomicUpdateOfSegmentSortField

Error Message:
expected:<COMPLETED> but was:<RUNNING>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<RUNNING>
        at 
__randomizedtesting.SeedInfo.seed([EC0D82B4DECEC0EB:D1FA5B1088B5B53]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.cloud.TestSegmentSorting.createCollection(TestSegmentSorting.java:84)
        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$9.evaluate(RandomizedRunner.java:968)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
        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.TestShortCircuitedRequests.test

Error Message:
Timeout occured while waiting response from server at: 
https://127.0.0.1:37645/_/zr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:37645/_/zr
        at 
__randomizedtesting.SeedInfo.seed([EC0D82B4DECEC0EB:6459BD6E7032AD13]: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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        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.AutoAddReplicasPlanActionTest.testSimple

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[https://127.0.0.1:42609/solr]
        at 
__randomizedtesting.SeedInfo.seed([EC0D82B4DECEC0EB:D4BEA64AF93D143A]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:108)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: https://127.0.0.1:42609/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        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)
        ... 44 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:42609 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        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)
        ... 48 more


FAILED:  org.apache.solr.index.hdfs.CheckHdfsIndexTest.testChecksumsOnly

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:39951
        at 
__randomizedtesting.SeedInfo.seed([EC0D82B4DECEC0EB:4EE84B973C01382B]: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 11837 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSegmentSorting
   [junit4]   2> 105463 INFO  
(SUITE-TestSegmentSorting-seed#[EC0D82B4DECEC0EB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/init-core-data-001
   [junit4]   2> 105463 WARN  
(SUITE-TestSegmentSorting-seed#[EC0D82B4DECEC0EB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=28 numCloses=28
   [junit4]   2> 105463 INFO  
(SUITE-TestSegmentSorting-seed#[EC0D82B4DECEC0EB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 105467 INFO  
(SUITE-TestSegmentSorting-seed#[EC0D82B4DECEC0EB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 105468 INFO  
(SUITE-TestSegmentSorting-seed#[EC0D82B4DECEC0EB]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001
   [junit4]   2> 105468 INFO  
(SUITE-TestSegmentSorting-seed#[EC0D82B4DECEC0EB]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 105468 INFO  (Thread-3158) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 105468 INFO  (Thread-3158) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 105476 ERROR (Thread-3158) [    ] 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> 105568 INFO  
(SUITE-TestSegmentSorting-seed#[EC0D82B4DECEC0EB]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38799
   [junit4]   2> 105599 INFO  (jetty-launcher-2029-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 105606 INFO  (jetty-launcher-2029-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 105606 INFO  (jetty-launcher-2029-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 105607 INFO  (jetty-launcher-2029-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 105607 INFO  (jetty-launcher-2029-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 105633 INFO  (jetty-launcher-2029-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ea6ed7{/solr,null,AVAILABLE}
   [junit4]   2> 105633 INFO  (jetty-launcher-2029-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16194e3{/solr,null,AVAILABLE}
   [junit4]   2> 105634 INFO  (jetty-launcher-2029-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1458aa7{HTTP/1.1,[http/1.1]}{127.0.0.1:45635}
   [junit4]   2> 105634 INFO  (jetty-launcher-2029-thread-4) [    ] 
o.e.j.s.Server Started @106591ms
   [junit4]   2> 105634 INFO  (jetty-launcher-2029-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45635}
   [junit4]   2> 105635 ERROR (jetty-launcher-2029-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 105635 INFO  (jetty-launcher-2029-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 105635 INFO  (jetty-launcher-2029-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 105635 INFO  (jetty-launcher-2029-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 105635 INFO  (jetty-launcher-2029-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-18T15:01:06.149Z
   [junit4]   2> 105645 INFO  (jetty-launcher-2029-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e1811a{/solr,null,AVAILABLE}
   [junit4]   2> 105645 INFO  (jetty-launcher-2029-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@adec99{HTTP/1.1,[http/1.1]}{127.0.0.1:38441}
   [junit4]   2> 105645 INFO  (jetty-launcher-2029-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d00217{HTTP/1.1,[http/1.1]}{127.0.0.1:38219}
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-2) [    ] 
o.e.j.s.Server Started @106602ms
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38441}
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-1) [    ] 
o.e.j.s.Server Started @106602ms
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38219}
   [junit4]   2> 105646 ERROR (jetty-launcher-2029-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 105646 ERROR (jetty-launcher-2029-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-18T15:01:06.160Z
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 105646 INFO  (jetty-launcher-2029-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-18T15:01:06.160Z
   [junit4]   2> 105648 INFO  (jetty-launcher-2029-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1fb33b6{/solr,null,AVAILABLE}
   [junit4]   2> 105653 INFO  (jetty-launcher-2029-thread-5) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@51581a{HTTP/1.1,[http/1.1]}{127.0.0.1:46485}
   [junit4]   2> 105653 INFO  (jetty-launcher-2029-thread-5) [    ] 
o.e.j.s.Server Started @106610ms
   [junit4]   2> 105653 INFO  (jetty-launcher-2029-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46485}
   [junit4]   2> 105654 ERROR (jetty-launcher-2029-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 105654 INFO  (jetty-launcher-2029-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 105654 INFO  (jetty-launcher-2029-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 105654 INFO  (jetty-launcher-2029-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 105654 INFO  (jetty-launcher-2029-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-18T15:01:06.168Z
   [junit4]   2> 105661 INFO  (jetty-launcher-2029-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@560132{/solr,null,AVAILABLE}
   [junit4]   2> 105662 INFO  (jetty-launcher-2029-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 105664 INFO  (jetty-launcher-2029-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 105693 INFO  (jetty-launcher-2029-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@18336fa{HTTP/1.1,[http/1.1]}{127.0.0.1:45479}
   [junit4]   2> 105694 INFO  (jetty-launcher-2029-thread-3) [    ] 
o.e.j.s.Server Started @106650ms
   [junit4]   2> 105694 INFO  (jetty-launcher-2029-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45479}
   [junit4]   2> 105694 INFO  (jetty-launcher-2029-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 105694 ERROR (jetty-launcher-2029-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 105694 INFO  (jetty-launcher-2029-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 105694 INFO  (jetty-launcher-2029-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 105694 INFO  (jetty-launcher-2029-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 105694 INFO  (jetty-launcher-2029-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-18T15:01:06.208Z
   [junit4]   2> 105725 INFO  (jetty-launcher-2029-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 105753 INFO  (jetty-launcher-2029-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38799/solr
   [junit4]   2> 105797 INFO  (jetty-launcher-2029-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 105797 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 0x15fcfa5bb400001, 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> 105798 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 0x15fcfa5bb400003, 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> 105815 INFO  (jetty-launcher-2029-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38799/solr
   [junit4]   2> 105816 INFO  (jetty-launcher-2029-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38799/solr
   [junit4]   2> 105848 INFO  (jetty-launcher-2029-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38799/solr
   [junit4]   2> 105866 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 0x15fcfa5bb40000a, 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> 105882 INFO  (jetty-launcher-2029-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38799/solr
   [junit4]   2> 105884 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 0x15fcfa5bb400009, 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> 105913 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 0x15fcfa5bb40000d, 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> 105941 INFO  (jetty-launcher-2029-thread-2) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105942 INFO  (jetty-launcher-2029-thread-2) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38441_solr
   [junit4]   2> 105943 INFO  (jetty-launcher-2029-thread-2) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.Overseer Overseer 
(id=99026027543527438-127.0.0.1:38441_solr-n_0000000000) starting
   [junit4]   2> 105992 INFO  (jetty-launcher-2029-thread-3) 
[n:127.0.0.1:45479_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105996 INFO  (jetty-launcher-2029-thread-3) 
[n:127.0.0.1:45479_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45479_solr
   [junit4]   2> 106016 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:45479_solr) 
[n:127.0.0.1:45479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 106027 INFO  
(zkCallback-2056-thread-1-processing-n:127.0.0.1:38441_solr) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 106038 INFO  (jetty-launcher-2029-thread-2) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38441_solr
   [junit4]   2> 106043 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:45479_solr) 
[n:127.0.0.1:45479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 106044 INFO  
(zkCallback-2056-thread-1-processing-n:127.0.0.1:38441_solr) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 106094 INFO  (jetty-launcher-2029-thread-5) 
[n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 106104 INFO  (jetty-launcher-2029-thread-5) 
[n:127.0.0.1:46485_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 106130 INFO  (jetty-launcher-2029-thread-5) 
[n:127.0.0.1:46485_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46485_solr
   [junit4]   2> 106131 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:45479_solr) 
[n:127.0.0.1:45479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 106135 INFO  
(zkCallback-2053-thread-1-processing-n:127.0.0.1:46485_solr) 
[n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 106136 INFO  
(zkCallback-2056-thread-1-processing-n:127.0.0.1:38441_solr) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 106137 INFO  (jetty-launcher-2029-thread-1) 
[n:127.0.0.1:38219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 106138 INFO  (jetty-launcher-2029-thread-4) 
[n:127.0.0.1:45635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 106152 INFO  (jetty-launcher-2029-thread-1) 
[n:127.0.0.1:38219_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 106152 INFO  (jetty-launcher-2029-thread-4) 
[n:127.0.0.1:45635_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 106156 INFO  (jetty-launcher-2029-thread-1) 
[n:127.0.0.1:38219_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38219_solr
   [junit4]   2> 106158 INFO  
(zkCallback-2053-thread-1-processing-n:127.0.0.1:46485_solr) 
[n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 106158 INFO  
(zkCallback-2056-thread-1-processing-n:127.0.0.1:38441_solr) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 106159 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:45479_solr) 
[n:127.0.0.1:45479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 106163 INFO  
(zkCallback-2046-thread-1-processing-n:127.0.0.1:38219_solr) 
[n:127.0.0.1:38219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 106165 INFO  
(zkCallback-2052-thread-1-processing-n:127.0.0.1:45635_solr) 
[n:127.0.0.1:45635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 106166 INFO  (jetty-launcher-2029-thread-4) 
[n:127.0.0.1:45635_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45635_solr
   [junit4]   2> 106175 INFO  
(zkCallback-2052-thread-1-processing-n:127.0.0.1:45635_solr) 
[n:127.0.0.1:45635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 106175 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:45479_solr) 
[n:127.0.0.1:45479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 106176 INFO  
(zkCallback-2046-thread-1-processing-n:127.0.0.1:38219_solr) 
[n:127.0.0.1:38219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 106176 INFO  
(zkCallback-2053-thread-1-processing-n:127.0.0.1:46485_solr) 
[n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 106181 INFO  
(zkCallback-2056-thread-2-processing-n:127.0.0.1:38441_solr) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 106348 INFO  (jetty-launcher-2029-thread-2) 
[n:127.0.0.1:38441_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38441.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106431 INFO  (jetty-launcher-2029-thread-2) 
[n:127.0.0.1:38441_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38441.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106431 INFO  (jetty-launcher-2029-thread-2) 
[n:127.0.0.1:38441_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38441.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106447 INFO  (jetty-launcher-2029-thread-2) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node2/.
   [junit4]   2> 106447 INFO  (jetty-launcher-2029-thread-1) 
[n:127.0.0.1:38219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38219.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106533 INFO  (jetty-launcher-2029-thread-1) 
[n:127.0.0.1:38219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38219.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106533 INFO  (jetty-launcher-2029-thread-1) 
[n:127.0.0.1:38219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38219.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106536 INFO  (jetty-launcher-2029-thread-1) 
[n:127.0.0.1:38219_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node1/.
   [junit4]   2> 106588 INFO  (jetty-launcher-2029-thread-3) 
[n:127.0.0.1:45479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45479.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106693 INFO  (jetty-launcher-2029-thread-3) 
[n:127.0.0.1:45479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45479.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106693 INFO  (jetty-launcher-2029-thread-3) 
[n:127.0.0.1:45479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45479.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106695 INFO  (jetty-launcher-2029-thread-3) 
[n:127.0.0.1:45479_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node3/.
   [junit4]   2> 106817 INFO  (jetty-launcher-2029-thread-4) 
[n:127.0.0.1:45635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45635.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106885 INFO  (jetty-launcher-2029-thread-4) 
[n:127.0.0.1:45635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45635.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106885 INFO  (jetty-launcher-2029-thread-4) 
[n:127.0.0.1:45635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45635.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 106890 INFO  (jetty-launcher-2029-thread-4) 
[n:127.0.0.1:45635_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node4/.
   [junit4]   2> 107269 INFO  (jetty-launcher-2029-thread-5) 
[n:127.0.0.1:46485_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46485.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 107296 INFO  (jetty-launcher-2029-thread-5) 
[n:127.0.0.1:46485_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46485.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 107297 INFO  (jetty-launcher-2029-thread-5) 
[n:127.0.0.1:46485_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46485.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 107298 INFO  (jetty-launcher-2029-thread-5) 
[n:127.0.0.1:46485_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node5/.
   [junit4]   2> 107495 INFO  
(SUITE-TestSegmentSorting-seed#[EC0D82B4DECEC0EB]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 107495 INFO  
(SUITE-TestSegmentSorting-seed#[EC0D82B4DECEC0EB]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38799/solr ready
   [junit4]   2> 107906 INFO  
(TEST-TestSegmentSorting.testSegmentTerminateEarly-seed#[EC0D82B4DECEC0EB]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting testSegmentTerminateEarly
   [junit4]   2> 107916 INFO  (qtp21638833-10700) [n:127.0.0.1:38441_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&property.config=solrconfig-sortingmergepolicyfactory.xml&collection.configName=class+org.apache.solr.cloud.TestSegmentSorting_configSet&name=testSegmentTerminateEarly&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 107930 INFO  
(OverseerThreadFactory-488-thread-1-processing-n:127.0.0.1:38441_solr) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testSegmentTerminateEarly
   [junit4]   2> 108055 INFO  
(OverseerStateUpdate-99026027543527438-127.0.0.1:38441_solr-n_0000000000) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSegmentTerminateEarly",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSegmentTerminateEarly_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38441/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 108060 INFO  
(OverseerStateUpdate-99026027543527438-127.0.0.1:38441_solr-n_0000000000) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSegmentTerminateEarly",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSegmentTerminateEarly_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38219/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 108062 INFO  
(OverseerStateUpdate-99026027543527438-127.0.0.1:38441_solr-n_0000000000) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSegmentTerminateEarly",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSegmentTerminateEarly_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45635/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 108064 INFO  
(OverseerStateUpdate-99026027543527438-127.0.0.1:38441_solr-n_0000000000) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSegmentTerminateEarly",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSegmentTerminateEarly_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45479/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 108277 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=class+org.apache.solr.cloud.TestSegmentSorting_configSet&newCollection=true&collection=testSegmentTerminateEarly&version=2&replicaType=NRT&property.config=solrconfig-sortingmergepolicyfactory.xml&coreNodeName=core_node2&name=testSegmentTerminateEarly_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 108277 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=class+org.apache.solr.cloud.TestSegmentSorting_configSet&newCollection=true&collection=testSegmentTerminateEarly&version=2&replicaType=NRT&property.config=solrconfig-sortingmergepolicyfactory.xml&coreNodeName=core_node8&name=testSegmentTerminateEarly_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 108278 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 108278 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 108286 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=class+org.apache.solr.cloud.TestSegmentSorting_configSet&newCollection=true&collection=testSegmentTerminateEarly&version=2&replicaType=NRT&property.config=solrconfig-sortingmergepolicyfactory.xml&coreNodeName=core_node5&name=testSegmentTerminateEarly_shard1_replica_n3&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 108287 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 108288 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=class+org.apache.solr.cloud.TestSegmentSorting_configSet&newCollection=true&collection=testSegmentTerminateEarly&version=2&replicaType=NRT&property.config=solrconfig-sortingmergepolicyfactory.xml&coreNodeName=core_node7&name=testSegmentTerminateEarly_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 108288 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 108409 INFO  
(zkCallback-2056-thread-1-processing-n:127.0.0.1:38441_solr) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSegmentTerminateEarly/state.json] for collection 
[testSegmentTerminateEarly] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 108409 INFO  
(zkCallback-2046-thread-1-processing-n:127.0.0.1:38219_solr) 
[n:127.0.0.1:38219_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSegmentTerminateEarly/state.json] for collection 
[testSegmentTerminateEarly] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 108409 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:45479_solr) 
[n:127.0.0.1:45479_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSegmentTerminateEarly/state.json] for collection 
[testSegmentTerminateEarly] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 108409 INFO  
(zkCallback-2052-thread-1-processing-n:127.0.0.1:45635_solr) 
[n:127.0.0.1:45635_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSegmentTerminateEarly/state.json] for collection 
[testSegmentTerminateEarly] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 108421 INFO  
(zkCallback-2046-thread-2-processing-n:127.0.0.1:38219_solr) 
[n:127.0.0.1:38219_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSegmentTerminateEarly/state.json] for collection 
[testSegmentTerminateEarly] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 108409 INFO  
(zkCallback-2056-thread-2-processing-n:127.0.0.1:38441_solr) 
[n:127.0.0.1:38441_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSegmentTerminateEarly/state.json] for collection 
[testSegmentTerminateEarly] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 108421 INFO  
(zkCallback-2059-thread-2-processing-n:127.0.0.1:45479_solr) 
[n:127.0.0.1:45479_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSegmentTerminateEarly/state.json] for collection 
[testSegmentTerminateEarly] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 108421 INFO  
(zkCallback-2052-thread-2-processing-n:127.0.0.1:45635_solr) 
[n:127.0.0.1:45635_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSegmentTerminateEarly/state.json] for collection 
[testSegmentTerminateEarly] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 109368 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node7 
x:testSegmentTerminateEarly_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 109372 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node8 
x:testSegmentTerminateEarly_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 109382 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node5 
x:testSegmentTerminateEarly_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 109397 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 109537 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node7 
x:testSegmentTerminateEarly_shard2_replica_n4] o.a.s.s.IndexSchema 
[testSegmentTerminateEarly_shard2_replica_n4] Schema name=test
   [junit4]   2> 109537 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node8 
x:testSegmentTerminateEarly_shard2_replica_n6] o.a.s.s.IndexSchema 
[testSegmentTerminateEarly_shard2_replica_n6] Schema name=test
   [junit4]   2> 109537 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node5 
x:testSegmentTerminateEarly_shard1_replica_n3] o.a.s.s.IndexSchema 
[testSegmentTerminateEarly_shard1_replica_n3] Schema name=test
   [junit4]   2> 109571 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.s.IndexSchema 
[testSegmentTerminateEarly_shard1_replica_n1] Schema name=test
   [junit4]   2> 110149 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node5 
x:testSegmentTerminateEarly_shard1_replica_n3] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 110184 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node8 
x:testSegmentTerminateEarly_shard2_replica_n6] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 110190 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node7 
x:testSegmentTerminateEarly_shard2_replica_n4] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 110203 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 110241 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node7 
x:testSegmentTerminateEarly_shard2_replica_n4] o.a.s.c.CoreContainer Creating 
SolrCore 'testSegmentTerminateEarly_shard2_replica_n4' using configuration from 
collection testSegmentTerminateEarly, trusted=true
   [junit4]   2> 110242 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node7 
x:testSegmentTerminateEarly_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_45635.solr.core.testSegmentTerminateEarly.shard2.replica_n4' (registry 
'solr.core.testSegmentTerminateEarly.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 110242 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node7 
x:testSegmentTerminateEarly_shard2_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 110242 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node7 
x:testSegmentTerminateEarly_shard2_replica_n4] o.a.s.c.SolrCore 
[[testSegmentTerminateEarly_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node4/testSegmentTerminateEarly_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node4/./testSegmentTerminateEarly_shard2_replica_n4/data/]
   [junit4]   2> 110245 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node5 
x:testSegmentTerminateEarly_shard1_replica_n3] o.a.s.c.CoreContainer Creating 
SolrCore 'testSegmentTerminateEarly_shard1_replica_n3' using configuration from 
collection testSegmentTerminateEarly, trusted=true
   [junit4]   2> 110245 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node5 
x:testSegmentTerminateEarly_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_38219.solr.core.testSegmentTerminateEarly.shard1.replica_n3' (registry 
'solr.core.testSegmentTerminateEarly.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 110246 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node5 
x:testSegmentTerminateEarly_shard1_replica_n3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 110246 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node5 
x:testSegmentTerminateEarly_shard1_replica_n3] o.a.s.c.SolrCore 
[[testSegmentTerminateEarly_shard1_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node1/testSegmentTerminateEarly_shard1_replica_n3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node1/./testSegmentTerminateEarly_shard1_replica_n3/data/]
   [junit4]   2> 110251 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node8 
x:testSegmentTerminateEarly_shard2_replica_n6] o.a.s.c.CoreContainer Creating 
SolrCore 'testSegmentTerminateEarly_shard2_replica_n6' using configuration from 
collection testSegmentTerminateEarly, trusted=true
   [junit4]   2> 110252 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node8 
x:testSegmentTerminateEarly_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_45479.solr.core.testSegmentTerminateEarly.shard2.replica_n6' (registry 
'solr.core.testSegmentTerminateEarly.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 110252 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node8 
x:testSegmentTerminateEarly_shard2_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 110253 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node8 
x:testSegmentTerminateEarly_shard2_replica_n6] o.a.s.c.SolrCore 
[[testSegmentTerminateEarly_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node3/testSegmentTerminateEarly_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node3/./testSegmentTerminateEarly_shard2_replica_n6/data/]
   [junit4]   2> 110260 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node5 
x:testSegmentTerminateEarly_shard1_replica_n3] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.ForceMergePolicy: 
ForceMergePolicy([LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8680216725639683])
   [junit4]   2> 110261 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node7 
x:testSegmentTerminateEarly_shard2_replica_n4] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.ForceMergePolicy: 
ForceMergePolicy([LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8680216725639683])
   [junit4]   2> 110261 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node8 
x:testSegmentTerminateEarly_shard2_replica_n6] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.ForceMergePolicy: 
ForceMergePolicy([LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8680216725639683])
   [junit4]   2> 110264 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'testSegmentTerminateEarly_shard1_replica_n1' using configuration from 
collection testSegmentTerminateEarly, trusted=true
   [junit4]   2> 110264 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_38441.solr.core.testSegmentTerminateEarly.shard1.replica_n1' (registry 
'solr.core.testSegmentTerminateEarly.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1616c48
   [junit4]   2> 110265 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 110265 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.c.SolrCore 
[[testSegmentTerminateEarly_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node2/testSegmentTerminateEarly_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSegmentSorting_EC0D82B4DECEC0EB-001/tempDir-001/node2/./testSegmentTerminateEarly_shard1_replica_n1/data/]
   [junit4]   2> 110270 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.ForceMergePolicy: 
ForceMergePolicy([LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8680216725639683])
   [junit4]   2> 110475 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 110475 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 110478 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 110482 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 110486 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.ForceMergePolicy: 
ForceMergePolicy([TieredMergePolicy: maxMergeAtOnce=20, 
maxMergeAtOnceExplicit=10, maxMergedSegmentMB=12.7373046875, 
floorSegmentMB=1.2421875, forceMergeDeletesPctAllowed=26.74969921417543, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4238247524246558)
   [junit4]   2> 110486 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node7 
x:testSegmentTerminateEarly_shard2_replica_n4] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 110486 INFO  (qtp29063167-10704) [n:127.0.0.1:45635_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node7 
x:testSegmentTerminateEarly_shard2_replica_n4] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 110487 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node8 
x:testSegmentTerminateEarly_shard2_replica_n6] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 110487 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr 
c:testSegmentTerminateEarly s:shard2 r:core_node8 
x:testSegmentTerminateEarly_shard2_replica_n6] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 110492 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node5 
x:testSegmentTerminateEarly_shard1_replica_n3] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 110492 INFO  (qtp12269854-10707) [n:127.0.0.1:38219_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node5 
x:testSegmentTerminateEarly_shard1_replica_n3] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 110492 INFO  (qtp21638833-10716) [n:127.0.0.1:38441_solr 
c:testSegmentTerminateEarly s:shard1 r:core_node2 
x:testSegmentTerminateEarly_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5804bd[testSegmentTerminateEarly_shard1_replica_n1] main]
   [junit4]   2> 110500 INFO  (qtp2027801-10680) [n:127.0.0.1:45479_solr 
c:testSegmentTerminateEarly s:sh

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

KeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't 
take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3888560 INFO  
(TEST-TestShortCircuitedRequests.test-seed#[EC0D82B4DECEC0EB]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40689 40689
   [junit4]   2> 3893585 INFO  (Thread-2711) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40689 40689
   [junit4]   2> 3893586 WARN  (Thread-2711) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestShortCircuitedRequests -Dtests.method=test 
-Dtests.seed=EC0D82B4DECEC0EB -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-PE -Dtests.timezone=Australia/Victoria -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR    636s J2 | TestShortCircuitedRequests.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:37645/_/zr
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EC0D82B4DECEC0EB:6459BD6E7032AD13]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [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.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    >        at 
sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
   [junit4]    >        at 
sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    >        ... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestShortCircuitedRequests_EC0D82B4DECEC0EB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=327, maxMBSortInHeap=5.986374658157507, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1f99522),
 locale=es-PE, timezone=Australia/Victoria
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=242830896,total=425779200
   [junit4]   2> NOTE: All tests run in this JVM: [SimplePostToolTest, 
TestSystemIdResolver, TestTrackingShardHandlerFactory, TestConfigReload, 
TestAddFieldRealTimeGet, SparseHLLTest, XsltUpdateRequestHandlerTest, 
DistributedFacetPivotWhiteBoxTest, TestReqParamsAPI, TestTolerantSearch, 
TestDeleteCollectionOnDownNodes, TestInitParams, LegacyCloudClusterPropTest, 
TestRetrieveFieldsOptimizer, TestCSVResponseWriter, SpatialRPTFieldTypeTest, 
TestReRankQParserPlugin, WordBreakSolrSpellCheckerTest, 
TestSystemCollAutoCreate, ReplaceNodeTest, LeaderElectionTest, 
TestLegacyFieldReuse, TestQueryTypes, ReturnFieldsTest, 
TestAuthenticationFramework, TestTolerantUpdateProcessorCloud, 
TestScoreJoinQPScore, TestPKIAuthenticationPlugin, AnalyticsQueryTest, 
DateRangeFieldTest, TestLRUCache, SolrGraphiteReporterTest, RecoveryZkTest, 
TestSolrCloudWithKerberosAlt, DistribJoinFromCollectionTest, 
TestLeaderElectionZkExpiry, TestMultiValuedNumericRangeQuery, 
BasicDistributedZk2Test, XmlUpdateRequestHandlerTest, RequestLoggingTest, 
TestFieldCacheWithThreads, SolrSlf4jReporterTest, TestQueryWrapperFilter, 
DefaultValueUpdateProcessorTest, TestFunctionQuery, 
CloneFieldUpdateProcessorFactoryTest, TestInitQParser, TestSolr4Spatial2, 
BooleanFieldTest, TestDefaultStatsCache, TestCloudJSONFacetJoinDomain, 
RegexBytesRefFilterTest, WrapperMergePolicyFactoryTest, 
TestFieldTypeCollectionResource, CollectionReloadTest, TestValueSourceCache, 
AsyncCallRequestStatusResponseTest, LoggingHandlerTest, 
BlockJoinFacetRandomTest, TestCoreDiscovery, 
HdfsWriteToMultipleCollectionsTest, TestReload, TestQuerySenderListener, 
CdcrBootstrapTest, TestGroupingSearch, UUIDFieldTest, TestSSLRandomization, 
TestDelegationWithHadoopAuth, TestDistributedMissingSort, 
HdfsDirectoryFactoryTest, TestSerializedLuceneMatchVersion, RequiredFieldsTest, 
FullHLLTest, TestIndexSearcher, UnloadDistributedZkTest, 
TestExclusionRuleCollectionAccess, TestFiltering, TestZkAclsWithHadoopAuth, 
ReplicaListTransformerTest, ComputePlanActionTest, TestBinaryResponseWriter, 
SuggesterWFSTTest, TestElisionMultitermQuery, TestSizeLimitedDistributedMap, 
TestSQLHandlerNonCloud, TestCharFilters, SortByFunctionTest, 
SystemInfoHandlerTest, DisMaxRequestHandlerTest, 
TestManagedSynonymFilterFactory, DirectSolrSpellCheckerTest, 
TestStressInPlaceUpdates, TestLMDirichletSimilarityFactory, 
ConjunctionSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, 
RollingRestartTest, SolrCLIZkUtilsTest, TestConfigSets, 
HdfsBasicDistributedZkTest, IndexSchemaTest, TolerantUpdateProcessorTest, 
TestMacros, TestLMJelinekMercerSimilarityFactory, 
CollectionsAPIAsyncDistributedZkTest, MergeStrategyTest, ClusterStateTest, 
ZkNodePropsTest, TestRandomFlRTGCloud, TestGeoJSONResponseWriter, TestSolrXml, 
TestZkChroot, SuggesterTest, DirectSolrConnectionTest, DeleteNodeTest, 
FullSolrCloudDistribCmdsTest, TestSchemaResource, HttpTriggerListenerTest, 
TestCloudNestedDocsSort, ZkStateReaderTest, 
OverriddenZkACLAndCredentialsProvidersTest, MetricsConfigTest, 
AutoscalingHistoryHandlerTest, TestFieldCacheSort, BasicDistributedZkTest, 
ForceLeaderTest, PeerSyncReplicationTest, TestCloudRecovery, TestConfigSetsAPI, 
TestLeaderInitiatedRecoveryThread, TestLockTree, TestPrepRecovery, 
TestPullReplicaErrorHandling, TestReplicaProperties, 
TestRequestStatusCollectionAPI, TestShortCircuitedRequests]
   [junit4] Completed [630/750 (6!)] on J2 in 635.84s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to