You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/03/13 21:58:25 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_72) - Build # 16204 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16204/
Java: 64bit/jdk1.8.0_72 -XX:-UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.LargeVolumeBinaryJettyTest.testMultiThreaded

Error Message:
IOException occured when talking to server at: https://127.0.0.1:40043/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:40043/solr/collection1
	at __randomizedtesting.SeedInfo.seed([B3758161197FDB18:D2E05B81F1AED1EE]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
	at org.apache.solr.client.solrj.LargeVolumeTestBase.testMultiThreaded(LargeVolumeTestBase.java:48)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	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:973)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 46 more


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testCloudClientCanConnectAfterClusterComesUp

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:52508/solr]
	at __randomizedtesting.SeedInfo.seed([B3758161197FDB18:A89902C14B63FEDD]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testCloudClientCanConnectAfterClusterComesUp(TestCloudSolrClientConnections.java:53)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:52508/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 44 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 48 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.streamTests

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([B3758161197FDB18:4F2EA6E5B356226D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:130)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:844)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.streamTests(StreamingTest.java:1733)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12808 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.embedded.LargeVolumeBinaryJettyTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/init-core-data-001
   [junit4]   2> 1    INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 78   INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 78   INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 79   INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-002/cores/core
   [junit4]   2> 100  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.e.j.u.log Logging initialized @1836ms
   [junit4]   2> 300  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 338  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c6510b{/solr,null,AVAILABLE}
   [junit4]   2> 378  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.e.j.u.s.SslContextFactory x509=X509@767b16da(solrtest,h=[],w=[]) for SslContextFactory@2a95442(file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore,file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 580  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.e.j.s.ServerConnector Started ServerConnector@58619385{SSL,[ssl, http/1.1]}{127.0.0.1:40043}
   [junit4]   2> 581  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.e.j.s.Server Started @2318ms
   [junit4]   2> 581  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40043, configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-002/cores}
   [junit4]   2> 597  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 622  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001'
   [junit4]   2> 624  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 625  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001
   [junit4]   2> 630  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/solr.xml
   [junit4]   2> 721  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001
   [junit4]   2> 760  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1055990686
   [junit4]   2> 760  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001]
   [junit4]   2> 761  WARN  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/lib
   [junit4]   2> 778  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 885  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 891  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 892  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 895  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 895  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 976  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001
   [junit4]   2> 989  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 990  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1
   [junit4]   2> 990  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 993  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 994  INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 995  INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1'
   [junit4]   2> 995  INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 995  INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001
   [junit4]   2> 1072 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1076 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 1077 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../contrib/extraction/lib
   [junit4]   2> 1077 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 1077 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../contrib/clustering/lib
   [junit4]   2> 1078 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 1078 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../contrib/langid/lib
   [junit4]   2> 1078 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 1078 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../contrib/velocity/lib
   [junit4]   2> 1079 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 1152 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 1162 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1294 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1369 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 2158 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2379 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2380 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2388 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2388 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 2411 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2418 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2453 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1'
   [junit4]   2> 2454 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1
   [junit4]   2> 2499 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2514 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data/]
   [junit4]   2> 2516 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 2525 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 2525 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}]
   [junit4]   2> 2529 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SchemaCodecFactory Using default compressionMode: BEST_SPEED
   [junit4]   2> 2544 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data
   [junit4]   2> 2545 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data/index/
   [junit4]   2> 2545 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2558 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data/index
   [junit4]   2> 2592 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: init: current segments file is "segments"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@2d0c4160
   [junit4]   2> 2594 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 2594 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 2595 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 2595 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: 0 msec to checkpoint
   [junit4]   2> 2595 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: init: create=true
   [junit4]   2> 2595 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@137beba0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@292b572e)
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$1
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene60
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@5eedf1c8
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@7d6ffb06
   [junit4]   2> 
   [junit4]   2> 2607 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 2607 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: now flush at close
   [junit4]   2> 2607 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 2607 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:   index before flush 
   [junit4]   2> 2607 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: startFullFlush
   [junit4]   2> 2608 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: coreLoadExecutor-6-thread-1 finishFullFlush success=true
   [junit4]   2> 2608 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: apply all deletes during flush
   [junit4]   2> 2608 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 2609 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-6-thread-1]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 2610 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]: initDynamicDefaults spins=true maxThreadCount=1 maxMergeCount=6
   [junit4]   2> 2611 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 2611 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]: now merge
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]:   index: 
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]:   no more merges pending; now return
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: waitForMerges
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: waitForMerges done
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: start
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: enter lock
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: now prepare
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: prepareCommit: flush
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:   index before flush 
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: startFullFlush
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: apply all deletes during flush
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 2612 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-6-thread-1]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 2613 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: coreLoadExecutor-6-thread-1 finishFullFlush success=true
   [junit4]   2> 2613 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: startCommit(): start
   [junit4]   2> 2613 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: startCommit index= changeCount=2
   [junit4]   2> 2617 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: startCommit: wrote pending segments file "pending_segments_1"
   [junit4]   2> 2617 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: done all syncs: []
   [junit4]   2> 2617 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: pendingCommit != null
   [junit4]   2> 2617 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: done writing segments file "segments_1"
   [junit4]   2> 2617 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 2620 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@137beba0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@292b572e),segFN=segments_1,generation=1}
   [junit4]   2> 2621 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2621 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: 3 msec to checkpoint
   [junit4]   2> 2621 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 2621 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: took 9.2 msec
   [junit4]   2> 2621 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: done
   [junit4]   2> 2622 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: rollback
   [junit4]   2> 2622 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: all running merges have aborted
   [junit4]   2> 2622 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: rollback: done finish merges
   [junit4]   2> 2622 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: abort
   [junit4]   2> 2622 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: done abort success=true
   [junit4]   2> 2622 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: rollback: infos=
   [junit4]   2> 2622 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 2622 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 2622 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: 0 msec to checkpoint
   [junit4]   2> 2622 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 2623 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data/
   [junit4]   2> 2624 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2628 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.PluginBag queryResponseWriter : 'velocity' created with startup=lazy 
   [junit4]   2> 2634 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2905 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3002 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3007 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3007 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3009 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3240 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : '/update/extract' created with startup=lazy 
   [junit4]   2> 3241 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : '/analysis/field' created with startup=lazy 
   [junit4]   2> 3241 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : '/analysis/document' created with startup=lazy 
   [junit4]   2> 3245 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : '/spell' created with startup=lazy 
   [junit4]   2> 3246 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : '/suggest' created with startup=lazy 
   [junit4]   2> 3246 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : '/tvrh' created with startup=lazy 
   [junit4]   2> 3246 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : '/terms' created with startup=lazy 
   [junit4]   2> 3248 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : '/elevate' created with startup=lazy 
   [junit4]   2> 3249 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/browse,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/elevate,/update/json,/admin/threads,/query,/analysis/field,/analysis/document,/spell,/update/csv,/sql,/tvrh,/select,/admin/segments,/admin/system,/suggest,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump,/terms,/update/extract
   [junit4]   2> 3249 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3273 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3273 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3286 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 3286 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3290 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@2d0c4160
   [junit4]   2> 3290 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: init: load commit "segments_1"
   [junit4]   2> 3290 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 3291 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@137beba0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@292b572e),segFN=segments_1,generation=1}
   [junit4]   2> 3291 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3291 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 3291 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 3291 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: 0 msec to checkpoint
   [junit4]   2> 3291 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: init: create=false
   [junit4]   2> 3291 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@137beba0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@292b572e)
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=APPEND
   [junit4]   2> similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$1
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene60
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@7e65d21d
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@2b12db5a
   [junit4]   2> 
   [junit4]   2> 3291 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 3294 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: flush at getReader
   [junit4]   2> 3294 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: startFullFlush
   [junit4]   2> 3294 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: apply all deletes during flush
   [junit4]   2> 3294 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 3295 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-6-thread-1]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 3298 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: incRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 3298 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 3298 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: coreLoadExecutor-6-thread-1 finishFullFlush success=true
   [junit4]   2> 3299 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: getReader took 6 msec
   [junit4]   2> 3321 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3689d2fc[collection1] main]
   [junit4]   2> 3338 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/conf
   [junit4]   2> 3339 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/conf}
   [junit4]   2> 3350 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/conf
   [junit4]   2> 3352 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/conf
   [junit4]   2> 3352 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
   [junit4]   2> 3352 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 2 registered ManagedResources
   [junit4]   2> 3353 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _schema_analysis_stopwords_english.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/conf
   [junit4]   2> 3353 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/conf
   [junit4]   2> 3353 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for /schema/analysis/stopwords/english
   [junit4]   2> 3353 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 35 words for /schema/analysis/stopwords/english
   [junit4]   2> 3354 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/stopwords/english
   [junit4]   2> 3354 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _schema_analysis_synonyms_english.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/conf
   [junit4]   2> 3355 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/conf
   [junit4]   2> 3355 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
   [junit4]   2> 3356 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 3 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 3358 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/english
   [junit4]   2> 3380 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3396 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 3418 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default converter
   [junit4]   2> 3420 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3427 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 3468 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 3471 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/conf/elevate.xml
   [junit4]   2> 3503 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3525 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@3689d2fc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3526 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 3528 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 3528 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 3528 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1528721397311864832
   [junit4]   2> 3534 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 6.0ms to seed version buckets with highest version 1528721397311864832
   [junit4]   2> 3535 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 3646 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=116
   [junit4]   2> 3647 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3647 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3647 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 3647 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3689d2fc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4002 INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#40043
   [junit4]   2> 4013 INFO  (TEST-LargeVolumeBinaryJettyTest.testMultiThreaded-seed#[B3758161197FDB18]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMultiThreaded
   [junit4]   2> 4224 INFO  (TEST-LargeVolumeBinaryJettyTest.testMultiThreaded-seed#[B3758161197FDB18]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMultiThreaded
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LargeVolumeBinaryJettyTest -Dtests.method=testMultiThreaded -Dtests.seed=B3758161197FDB18 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=Asia/Chita -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.23s J0 | LargeVolumeBinaryJettyTest.testMultiThreaded <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:40043/solr/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B3758161197FDB18:D2E05B81F1AED1EE]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
   [junit4]    > 	at org.apache.solr.client.solrj.LargeVolumeTestBase.testMultiThreaded(LargeVolumeTestBase.java:48)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketException: Connection reset
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:209)
   [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:973)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
   [junit4]    > 	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
   [junit4]    > 	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
   [junit4]    > 	... 46 more
   [junit4]   2> 4236 INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@58619385{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4236 INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1055990686
   [junit4]   2> 4241 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2e8f363a
   [junit4]   2> 4242 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommit maxTime=15000ms,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 4242 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 4242 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 4242 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 4246 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: now flush at close
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]:   index before flush 
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-12-thread-1]: startFullFlush
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-12-thread-1]: coreCloseExecutor-12-thread-1 finishFullFlush success=true
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: apply all deletes during flush
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-12-thread-1]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-12-thread-1]: initDynamicDefaults spins=true maxThreadCount=1 maxMergeCount=6
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-12-thread-1]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-12-thread-1]: now merge
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-12-thread-1]:   index: 
   [junit4]   2> 4247 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-12-thread-1]:   no more merges pending; now return
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: waitForMerges
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: waitForMerges done
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: commit: start
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: commit: enter lock
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: commit: now prepare
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: prepareCommit: flush
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]:   index before flush 
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-12-thread-1]: startFullFlush
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: apply all deletes during flush
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-12-thread-1]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-12-thread-1]: coreCloseExecutor-12-thread-1 finishFullFlush success=true
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: startCommit(): start
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]:   skip startCommit(): no changes pending
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-12-thread-1]: delete []
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: commit: pendingCommit == null; skip
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: commit: took 0.5 msec
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: commit: done
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: rollback
   [junit4]   2> 4248 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: all running merges have aborted
   [junit4]   2> 4249 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: rollback: done finish merges
   [junit4]   2> 4249 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-12-thread-1]: abort
   [junit4]   2> 4249 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-12-thread-1]: done abort success=true
   [junit4]   2> 4249 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-12-thread-1]: rollback: infos=
   [junit4]   2> 4249 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-12-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 4249 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-12-thread-1]: delete []
   [junit4]   2> 4249 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-12-thread-1]: 0 msec to checkpoint
   [junit4]   2> 4249 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-12-thread-1]: delete []
   [junit4]   2> 4250 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 4250 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 4251 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 4251 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data
   [junit4]   2> 4251 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 4251 INFO  (coreCloseExecutor-12-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001/tempDir-001/collection1/data/index
   [junit4]   2> 4253 INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7c6510b{/solr,null,UNAVAILABLE}
   [junit4]   2> 4255 INFO  (SUITE-LargeVolumeBinaryJettyTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.LargeVolumeBinaryJettyTest_B3758161197FDB18-001
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity, locale=tr, timezone=Asia/Chita
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=12,threads=1,free=303429576,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [LargeVolumeBinaryJettyTest]
   [junit4] Completed [9/77 (1!)] on J0 in 5.34s, 1 test, 1 error <<< FAILURES!

[...truncated 194 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamingTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamingTest_B3758161197FDB18-001/init-core-data-001
   [junit4]   2> 6670 INFO  (SUITE-StreamingTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 6670 INFO  (SUITE-StreamingTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 6671 WARN  (SUITE-StreamingTest-seed#[B3758161197FDB18]-worker) [    ] o.a.s.c.AbstractZkTestCase TEST_HOME() does not exist - solrj test?
   [junit4]   2> 6683 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6685 INFO  (Thread-32) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6685 INFO  (Thread-32) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 6784 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.ZkTestServer start zk server on port:51069
   [junit4]   2> 6799 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 6834 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6860 INFO  (zkCallback-9-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e7d1790 name:ZooKeeperConnection Watcher:127.0.0.1:51069 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6860 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6860 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 6862 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 6886 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 6887 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6888 INFO  (zkCallback-10-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@56ec427 name:ZooKeeperConnection Watcher:127.0.0.1:51069/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6889 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6889 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 6891 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 6906 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 6908 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 6910 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 6912 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig-streaming.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 6912 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 6916 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema-streaming.xml to /configs/conf1/schema.xml
   [junit4]   2> 6916 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 6920 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 6920 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 6920 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 6920 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 6920 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 6920 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 6920 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 6920 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 6920 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 6946 INFO  (TEST-StreamingTest.streamTests-seed#[B3758161197FDB18]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/works

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

ST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [n:127.0.0.1:57716_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57716_solr
   [junit4]   2> 363374 INFO  (OverseerStateUpdate-95545110839951365-127.0.0.1:57716_solr-n_0000000000) [n:127.0.0.1:57716_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 363374 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [n:127.0.0.1:57716_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57716_solr
   [junit4]   2> 363375 INFO  (OverseerStateUpdate-95545110839951365-127.0.0.1:57716_solr-n_0000000000) [n:127.0.0.1:57716_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 363379 INFO  (zkCallback-78-thread-1-processing-n:127.0.0.1:57716_solr) [n:127.0.0.1:57716_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 363379 INFO  (zkCallback-78-thread-1-processing-n:127.0.0.1:57716_solr) [n:127.0.0.1:57716_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 363391 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [n:127.0.0.1:57716_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 363391 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [n:127.0.0.1:57716_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 363391 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [n:127.0.0.1:57716_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.TestCloudSolrClientConnections_B3758161197FDB18-001/tempDir-002/node1/.
   [junit4]   2> 363391 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [n:127.0.0.1:57716_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 363392 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [n:127.0.0.1:57716_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 363392 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [n:127.0.0.1:57716_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 363392 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.c.s.i.CloudSolrClient Waiting for 20 SECONDS for cluster at 127.0.0.1:59272/solr to be ready
   [junit4]   2> 363392 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 363392 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 363393 INFO  (zkCallback-79-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@597b8586 name:ZooKeeperConnection Watcher:127.0.0.1:59272/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 363393 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 363394 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 363394 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 363395 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 363395 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.c.s.i.CloudSolrClient Cluster at 127.0.0.1:59272/solr ready
   [junit4]   2> 363396 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testconfig/solrconfig.xml
   [junit4]   2> 363398 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testconfig/schema.xml
   [junit4]   2> 363400 INFO  (jetty-launcher-69-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@776442ce{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 363400 INFO  (jetty-launcher-69-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=936666175
   [junit4]   2> 363401 INFO  (jetty-launcher-69-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:57716_solr as DOWN
   [junit4]   2> 363402 INFO  (jetty-launcher-69-thread-1) [    ] o.a.s.c.Overseer Overseer (id=95545110839951365-127.0.0.1:57716_solr-n_0000000000) closing
   [junit4]   2> 363403 INFO  (OverseerStateUpdate-95545110839951365-127.0.0.1:57716_solr-n_0000000000) [n:127.0.0.1:57716_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57716_solr
   [junit4]   2> 363403 INFO  (zkCallback-78-thread-1-processing-n:127.0.0.1:57716_solr) [n:127.0.0.1:57716_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 363403 WARN  (zkCallback-78-thread-1-processing-n:127.0.0.1:57716_solr) [n:127.0.0.1:57716_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 363403 INFO  (jetty-launcher-69-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a0e358d{/solr,null,UNAVAILABLE}
   [junit4]   2> 363404 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59272 59272
   [junit4]   2> 363419 INFO  (Thread-125) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59272 59272
   [junit4]   2> 363420 WARN  (Thread-125) [    ] 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> 
   [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> 363420 INFO  (TEST-TestCloudSolrClientConnections.testCloudClientUploads-seed#[B3758161197FDB18]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCloudClientUploads
   [junit4]   2> 363420 INFO  (SUITE-TestCloudSolrClientConnections-seed#[B3758161197FDB18]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.TestCloudSolrClientConnections_B3758161197FDB18-001
   [junit4]   2> Mar 13, 2016 8:58:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 7 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=994, maxMBSortInHeap=6.335024963774207, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=it-IT, timezone=US/Pacific
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=12,threads=1,free=265333608,total=402653184
   [junit4]   2> NOTE: All tests run in this JVM: [LargeVolumeBinaryJettyTest, TestSpellCheckResponse, TestJsonRecordReader, TestEmbeddedSolrServer, TestUpdateRequestCodec, TestNamedListCodec, TestXMLEscaping, StreamingTest, OperationsTest, TermsResponseTest, CommonParamsTest, TestCloudSolrClientConnections]
   [junit4] Completed [76/77 (3!)] on J0 in 3.17s, 2 tests, 1 error <<< FAILURES!

[...truncated 16 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:246: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 77 suites, 521 tests, 2 errors, 1 failure [seed: B3758161197FDB18]

Total time: 60 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any