You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/03/09 00:57:11 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 28 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/28/

4 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
IOException occured when talking to server at: http://127.0.0.1:45433/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:45433/solr/collection1
	at __randomizedtesting.SeedInfo.seed([150AC9724CF398B8:D4C21434ED954911]: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.add(SolrClient.java:106)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
	at org.apache.solr.client.solrj.TestLBHttpSolrClient.addDocs(TestLBHttpSolrClient.java:114)
	at org.apache.solr.client.solrj.TestLBHttpSolrClient.setUp(TestLBHttpSolrClient.java:100)
	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905)
	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.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
	at org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:159)
	at org.apache.http.impl.io.AbstractSessionOutputBuffer.flush(AbstractSessionOutputBuffer.java:166)
	at org.apache.http.impl.io.ContentLengthOutputStream.close(ContentLengthOutputStream.java:95)
	at org.apache.http.impl.entity.EntitySerializer.serialize(EntitySerializer.java:118)
	at org.apache.http.impl.AbstractHttpClientConnection.sendRequestEntity(AbstractHttpClientConnection.java:265)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.sendRequestEntity(ManagedClientConnectionImpl.java:203)
	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122)
	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)
	... 45 more


FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testTwoServers

Error Message:
IOException occured when talking to server at: http://127.0.0.1:46983/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:46983/solr/collection1
	at __randomizedtesting.SeedInfo.seed([150AC9724CF398B8:B5E067FF97B8B698]: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.add(SolrClient.java:106)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
	at org.apache.solr.client.solrj.TestLBHttpSolrClient.addDocs(TestLBHttpSolrClient.java:114)
	at org.apache.solr.client.solrj.TestLBHttpSolrClient.setUp(TestLBHttpSolrClient.java:100)
	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905)
	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 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)
	... 45 more


FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testSimple

Error Message:
IOException occured when talking to server at: http://127.0.0.1:37112/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:37112/solr/collection1
	at __randomizedtesting.SeedInfo.seed([150AC9724CF398B8:2DB9ED8C6B004C69]: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.add(SolrClient.java:106)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
	at org.apache.solr.client.solrj.TestLBHttpSolrClient.addDocs(TestLBHttpSolrClient.java:114)
	at org.apache.solr.client.solrj.TestLBHttpSolrClient.setUp(TestLBHttpSolrClient.java:100)
	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905)
	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 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)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testAll

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([150AC9724CF398B8:5954E70B3763C77D]: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.JDBCStreamTest.testAll(JDBCStreamTest.java:135)
	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:497)
	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 12951 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.JDBCStreamTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/init-core-data-001
   [junit4]   2> 10567 INFO  (SUITE-JDBCStreamTest-seed#[150AC9724CF398B8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 10567 INFO  (SUITE-JDBCStreamTest-seed#[150AC9724CF398B8]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 10569 WARN  (SUITE-JDBCStreamTest-seed#[150AC9724CF398B8]-worker) [    ] o.a.s.c.AbstractZkTestCase TEST_HOME() does not exist - solrj test?
   [junit4]   2> 10812 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 10813 INFO  (Thread-5) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 10813 INFO  (Thread-5) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 10913 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.ZkTestServer start zk server on port:43402
   [junit4]   2> 10913 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 10914 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 10921 INFO  (zkCallback-7-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e3bdb3e name:ZooKeeperConnection Watcher:127.0.0.1:43402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 10921 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 10921 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 10921 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 10927 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 10927 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 10931 INFO  (zkCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@50746881 name:ZooKeeperConnection Watcher:127.0.0.1:43402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 10932 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 10932 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 10934 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 10938 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 10941 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 10943 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 10947 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig-streaming.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 10947 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 10952 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema-streaming.xml to /configs/conf1/schema.xml
   [junit4]   2> 10952 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 10955 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 10955 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 10955 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 10955 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 10955 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 10956 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 10956 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 10956 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 10956 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractZkTestCase skipping /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 10975 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores/collection1
   [junit4]   2> 11003 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.e.j.u.log Logging initialized @13892ms
   [junit4]   2> 11281 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 11316 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13fc3d09{/,null,AVAILABLE}
   [junit4]   2> 11327 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1508bfbf{HTTP/1.1,[http/1.1]}{127.0.0.1:49045}
   [junit4]   2> 11328 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.e.j.s.Server Started @14217ms
   [junit4]   2> 11328 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/tempDir-001/control/data, hostContext=/, hostPort=49045, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores}
   [junit4]   2> 11341 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 11342 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001'
   [junit4]   2> 11343 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 11343 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 11343 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 11344 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 11348 INFO  (zkCallback-9-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@669b0d42 name:ZooKeeperConnection Watcher:127.0.0.1:43402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 11348 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 11348 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 11351 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 11353 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/solr.xml
   [junit4]   2> 11371 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores
   [junit4]   2> 11371 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.CoreContainer New CoreContainer 1970670212
   [junit4]   2> 11371 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001]
   [junit4]   2> 11371 WARN  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/lib
   [junit4]   2> 11381 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 11382 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 11383 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 11383 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 11383 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43402/solr
   [junit4]   2> 11398 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 11398 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 11399 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 11401 INFO  (zkCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1a080418 name:ZooKeeperConnection Watcher:127.0.0.1:43402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 11402 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 11402 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 11410 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 11412 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6eac3d9c name:ZooKeeperConnection Watcher:127.0.0.1:43402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 11412 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 11421 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 11427 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 11439 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 11444 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 11448 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 11459 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 11469 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 11471 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 11473 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 11474 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 11482 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 11493 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 11498 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 11509 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 11511 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95517473991163908-127.0.0.1:49045_-n_0000000000
   [junit4]   2> 11513 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49045_
   [junit4]   2> 11513 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 11516 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.Overseer Overseer (id=95517473991163908-127.0.0.1:49045_-n_0000000000) starting
   [junit4]   2> 11523 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 11554 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 11558 INFO  (OverseerCollectionConfigSetProcessor-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 11559 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49045_
   [junit4]   2> 11561 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 11562 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49045_
   [junit4]   2> 11567 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_    ] 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> 11568 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 11568 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 11623 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 11623 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 11625 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores
   [junit4]   2> 11629 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 11629 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores/collection1
   [junit4]   2> 11629 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 11633 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0
   [junit4]   2> 11633 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:49045_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 11633 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 11634 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 11641 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49045",
   [junit4]   2>   "node_name":"127.0.0.1:49045_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 11646 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 11650 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49045",
   [junit4]   2>   "node_name":"127.0.0.1:49045_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 11652 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 11662 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 11668 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 12647 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 12647 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 12648 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 12648 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 12649 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 12650 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores/collection1'
   [junit4]   2> 12650 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 12650 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 12653 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 12673 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 12677 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 12685 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 12709 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 12851 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 12852 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 12853 WARN  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 12853 WARN  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 12857 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0
   [junit4]   2> 12858 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 12859 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 12859 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores/collection1/data/]
   [junit4]   2> 12859 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 12860 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores/collection1/data
   [junit4]   2> 12860 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores/collection1/data/index/
   [junit4]   2> 12860 WARN  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 12860 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores/collection1/data/index
   [junit4]   2> 12861 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@390e1347 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@568d3e49),segFN=segments_1,generation=1}
   [junit4]   2> 12861 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 12862 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores/collection1/data/
   [junit4]   2> 12862 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 12864 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 12866 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12867 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12868 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12869 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12875 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 12875 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 12876 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 12877 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 12878 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 12878 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 12879 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@390e1347 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@568d3e49),segFN=segments_1,generation=1}
   [junit4]   2> 12879 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 12879 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@520f1a52[collection1] main]
   [junit4]   2> 12879 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 12881 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 12881 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 12883 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 12884 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 12884 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 12884 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 12884 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 12884 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 12885 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 12885 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 12885 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 12885 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 12885 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1528279586030223360
   [junit4]   2> 12887 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1528279586030223360
   [junit4]   2> 12887 INFO  (searcherExecutor-22-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@520f1a52[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12889 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 12891 INFO  (coreLoadExecutor-21-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 12892 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:49045 collection:control_collection shard:shard1
   [junit4]   2> 12901 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 12913 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95517473991163908-core_node1-n_0000000000
   [junit4]   2> 12913 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=0
   [junit4]   2> 12916 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 12917 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 12917 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 12918 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49045/collection1/
   [junit4]   2> 12918 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 12918 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:49045/collection1/ has no replicas
   [junit4]   2> 12930 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 12936 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95517473991163908-core_node1-n_0000000000
   [junit4]   2> 12952 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49045/collection1/ shard1
   [junit4]   2> 12953 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:49045",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 13057 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 13104 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:49045/collection1/ and leader is http://127.0.0.1:49045/collection1/
   [junit4]   2> 13104 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49045
   [junit4]   2> 13104 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 13104 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 13104 INFO  (coreZkRegister-15-thread-1-processing-n:127.0.0.1:49045_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49045_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 13108 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49045",
   [junit4]   2>   "node_name":"127.0.0.1:49045_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 13108 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49045",
   [junit4]   2>   "node_name":"127.0.0.1:49045_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 13158 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 13159 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 13164 INFO  (zkCallback-15-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7db67fd9 name:ZooKeeperConnection Watcher:127.0.0.1:43402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 13164 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 13164 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 13164 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 13167 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 13170 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 13170 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 13170 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 13170 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 13172 INFO  (zkCallback-16-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3dc89a29 name:ZooKeeperConnection Watcher:127.0.0.1:43402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 13172 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 13173 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 13186 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 2
   [junit4]   2> 13187 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 13188 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 13188 INFO  (zkCallback-15-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 13209 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/shard-1-001/cores/collection1
   [junit4]   2> 13210 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/shard-1-001
   [junit4]   2> 13212 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 13215 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a7ef197{/,null,AVAILABLE}
   [junit4]   2> 13215 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@28c8439a{HTTP/1.1,[http/1.1]}{127.0.0.1:57377}
   [junit4]   2> 13216 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.e.j.s.Server Started @16105ms
   [junit4]   2> 13216 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=57377, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/shard-1-001/cores}
   [junit4]   2> 13216 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 13216 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/shard-1-001'
   [junit4]   2> 13216 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 13216 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 13217 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 13217 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 13224 INFO  (zkCallback-17-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@550d6b72 name:ZooKeeperConnection Watcher:127.0.0.1:43402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 13224 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 13224 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 13227 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 13227 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/shard-1-001/solr.xml
   [junit4]   2> 13235 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/shard-1-001/cores
   [junit4]   2> 13235 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.CoreContainer New CoreContainer 1063212499
   [junit4]   2> 13235 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/shard-1-001]
   [junit4]   2> 13236 WARN  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.JDBCStreamTest_150AC9724CF398B8-001/shard-1-001/lib
   [junit4]   2> 13236 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 13237 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 13237 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 13237 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 13237 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43402/solr
   [junit4]   2> 13238 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 13238 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 13238 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 13240 INFO  (zkCallback-20-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3654b96f name:ZooKeeperConnection Watcher:127.0.0.1:43402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 13240 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 13241 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 13243 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:57377_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 13244 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15358a2f3160008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 13249 INFO  (zkCallback-21-thread-1-processing-n:127.0.0.1:57377_) [n:127.0.0.1:57377_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@224562e7 name:ZooKeeperConnection Watcher:127.0.0.1:43402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 13250 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:57377_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 13259 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:57377_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 13261 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:57377_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 13264 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:57377_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 13265 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:57377_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95517473991163913-127.0.0.1:57377_-n_0000000001
   [junit4]   2> 13267 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:57377_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95517473991163908-127.0.0.1:49045_-n_0000000000 to know if I could be the leader
   [junit4]   2> 13274 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:57377_    ] o.a.s.c.ZkController Publish node=127.0.0.1:57377_ as DOWN
   [junit4]   2> 13277 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:57377_"} current state version: 3
   [junit4]   2> 13279 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:57377_
   [junit4]   2> 13280 INFO  (OverseerStateUpdate-95517473991163908-127.0.0.1:49045_-n_0000000000) [n:127.0.0.1:49045_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 13388 INFO  (zkCallback-15-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 13388 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:49045_) [n:127.0.0.1:49045_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 13388 INFO  (zkCallback-21-thread-1-processing-n:127.0.0.1:57377_) [n:127.0.0.1:57377_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 14278 INFO  (TEST-JDBCStreamTest.testAll-seed#[150AC9724CF398B8]) [n:127.0.0.1:57377_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57377_
   [junit4]   2> 14279 INFO  (TEST-JDBCStreamTest.testAll-seed#[15

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

oreLoadExecutor-128-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 367648 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[150AC9724CF398B8]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@2bcc78c4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 367649 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[150AC9724CF398B8]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1920906688
   [junit4]   2> 367650 INFO  (coreCloseExecutor-133-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@25055602
   [junit4]   2> 367650 INFO  (coreCloseExecutor-133-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,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}
   [junit4]   2> 367650 INFO  (coreCloseExecutor-133-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 367651 INFO  (coreCloseExecutor-133-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 367651 INFO  (coreCloseExecutor-133-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 367654 INFO  (coreCloseExecutor-133-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 367654 INFO  (coreCloseExecutor-133-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 367654 INFO  (coreCloseExecutor-133-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_150AC9724CF398B8-001/instance-0-001/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_150AC9724CF398B8-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 367654 INFO  (coreCloseExecutor-133-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_150AC9724CF398B8-001/instance-0-001/collection1/data/index
   [junit4]   2> 367655 INFO  (coreCloseExecutor-133-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_150AC9724CF398B8-001/instance-0-001/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_150AC9724CF398B8-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 367655 INFO  (coreCloseExecutor-133-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_150AC9724CF398B8-001/instance-0-001/collection1/data
   [junit4]   2> 367656 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[150AC9724CF398B8]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1fca49f1{/solr,null,UNAVAILABLE}
   [junit4]   2> 367658 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[150AC9724CF398B8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimple
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttpSolrClient -Dtests.method=testSimple -Dtests.seed=150AC9724CF398B8 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=da-DK -Dtests.timezone=America/Virgin -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.54s J0 | TestLBHttpSolrClient.testSimple <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:37112/solr/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([150AC9724CF398B8:2DB9ED8C6B004C69]: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.add(SolrClient.java:106)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
   [junit4]    > 	at org.apache.solr.client.solrj.TestLBHttpSolrClient.addDocs(TestLBHttpSolrClient.java:114)
   [junit4]    > 	at org.apache.solr.client.solrj.TestLBHttpSolrClient.setUp(TestLBHttpSolrClient.java:100)
   [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 org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [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]    > 	... 45 more
   [junit4]   2> 367660 INFO  (SUITE-TestLBHttpSolrClient-seed#[150AC9724CF398B8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_150AC9724CF398B8-001
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=da-DK, timezone=America/Virgin
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=4,threads=1,free=121973680,total=310378496
   [junit4]   2> NOTE: All tests run in this JVM: [TestXMLEscaping, TestCollectionAdminRequest, TestSpellCheckResponse, SolrZkClientTest, JDBCStreamTest, LargeVolumeEmbeddedTest, CommonParamsTest, CollectionAdminRequestRequiredParamsTest, TestNamedListCodec, FieldAnalysisResponseTest, TestLBHttpSolrClient]
   [junit4] Completed [75/77 (2!)] on J0 in 1.68s, 3 tests, 3 errors <<< FAILURES!

[...truncated 20 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:246: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:524: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: There were test failures: 77 suites, 521 tests, 3 errors, 1 failure [seed: 150AC9724CF398B8]

Total time: 66 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any