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

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+107) - Build # 16118 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16118/
Java: 32bit/jdk-9-ea+107 -client -XX:+UseConcMarkSweepGC

84 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.TestTolerantSearch

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:57825/solr
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF]: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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.TestTolerantSearch.createThings(TestTolerantSearch.java:75)
	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:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
	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:804)
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)
	... 28 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestCloudDeleteByQuery

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:33389/solr, http://127.0.0.1:54137/solr, http://127.0.0.1:33673/solr, http://127.0.0.1:50814/solr, http://127.0.0.1:60409/solr]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:33389/solr, http://127.0.0.1:54137/solr, http://127.0.0.1:33673/solr, http://127.0.0.1:50814/solr, http://127.0.0.1:60409/solr]
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.MiniSolrCloudCluster.makeCollectionsRequest(MiniSolrCloudCluster.java:415)
	at org.apache.solr.cloud.MiniSolrCloudCluster.createCollection(MiniSolrCloudCluster.java:399)
	at org.apache.solr.cloud.TestCloudDeleteByQuery.createMiniSolrCloudCluster(TestCloudDeleteByQuery.java:104)
	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:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
	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:804)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50814/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 31 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 35 more


FAILED:  org.apache.solr.TestDistributedMissingSort.test

Error Message:
IOException occured when talking to server at: https://127.0.0.1:47290/c_/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:47290/c_/collection1
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF:D1BA97549AD9A437]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
	at org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:551)
	at org.apache.solr.TestDistributedMissingSort.index(TestDistributedMissingSort.java:48)
	at org.apache.solr.TestDistributedMissingSort.test(TestDistributedMissingSort.java:42)
	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:520)
	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$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1022)
	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:804)
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
	at sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:236)
	at sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:79)
	at sun.security.ssl.Handshaker.kickstart(Handshaker.java:1052)
	at sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1492)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1373)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1408)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1392)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 50 more


FAILED:  org.apache.solr.TestSolrCoreProperties.testSimple

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:37784/solr/collection1
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF:615D8C7013D61D1E]: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.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.TestSolrCoreProperties.testSimple(TestSolrCoreProperties.java:93)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:804)
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.embedded.TestJettySolrRunner.testPassSolrHomeToRunner

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:55955/solr
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF:84273FF2CAFA7818]: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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.client.solrj.embedded.TestJettySolrRunner.testPassSolrHomeToRunner(TestJettySolrRunner.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:804)
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
	at sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:236)
	at sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:79)
	at sun.security.ssl.Handshaker.kickstart(Handshaker.java:1052)
	at sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1492)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1373)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1408)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1392)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 43 more


FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.test

Error Message:
IOException occured when talking to server at: http://127.0.0.1:49320

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: http://127.0.0.1:49320
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF:D1BA97549AD9A437]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:161)
	at org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:70)
	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:520)
	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:804)


FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

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([59EEA88E3425C9CF:D1BA97549AD9A437]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:174)
	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.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:147)
	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:520)
	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:804)


FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

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([59EEA88E3425C9CF:D1BA97549AD9A437]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:174)
	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.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:122)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	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:804)


FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

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

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 120 seconds
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF:D1BA97549AD9A437]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:174)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1412)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:115)
	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:520)
	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:804)


FAILED:  org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.test

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:40422/rm/q, http://127.0.0.1:33691/rm/q, http://127.0.0.1:45428/rm/q]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:40422/rm/q, http://127.0.0.1:33691/rm/q, http://127.0.0.1:45428/rm/q]
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF:D1BA97549AD9A437]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1547)
	at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.test(DeleteLastCustomShardedReplicaTest.java:79)
	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:520)
	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:804)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:40422/rm/q
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 48 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 52 more


FAILED:  org.apache.solr.cloud.DeleteStatusTest.testDeleteStatusFlush

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:33023/n_m/q, https://127.0.0.1:57228/n_m/q, https://127.0.0.1:35114/n_m/q, https://127.0.0.1:35752/n_m/q, https://127.0.0.1:58990/n_m/q]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:33023/n_m/q, https://127.0.0.1:57228/n_m/q, https://127.0.0.1:35114/n_m/q, https://127.0.0.1:35752/n_m/q, https://127.0.0.1:58990/n_m/q]
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF:EC20CD537E9C4EAF]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.DeleteStatusTest.testDeleteStatusFlush(DeleteStatusTest.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	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:804)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:35114/n_m/q
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
	at sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:236)
	at sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:79)
	at sun.security.ssl.Handshaker.kickstart(Handshaker.java:1052)
	at sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1492)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1373)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1408)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1392)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.DeleteStatusTest.testDeleteStatus

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:44359/n_m/q, https://127.0.0.1:51121/n_m/q, https://127.0.0.1:57700/n_m/q, https://127.0.0.1:60544/n_m/q, https://127.0.0.1:57699/n_m/q]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:44359/n_m/q, https://127.0.0.1:51121/n_m/q, https://127.0.0.1:57700/n_m/q, https://127.0.0.1:60544/n_m/q, https://127.0.0.1:57699/n_m/q]
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF:A35C0E8D3CB9A5AC]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.DeleteStatusTest.testDeleteStatus(DeleteStatusTest.java:38)
	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:520)
	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:804)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:60544/n_m/q
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
	at sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:236)
	at sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:79)
	at sun.security.ssl.Handshaker.kickstart(Handshaker.java:1052)
	at sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1492)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1373)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1408)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1392)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.DistribJoinFromCollectionTest.test

Error Message:
IOException occured when talking to server at: http://127.0.0.1:46014

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:46014
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF:D1BA97549AD9A437]: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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1590)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1547)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1602)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1543)
	at org.apache.solr.cloud.DistribJoinFromCollectionTest.test(DistribJoinFromCollectionTest.java:79)
	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:520)
	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:804)
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)
	... 49 more


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
IOException occured when talking to server at: http://127.0.0.1:48629/_itn/y

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:48629/_itn/y
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF:BF799C4E0DA730AE]: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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1590)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1547)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1602)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1543)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	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:804)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:48629 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	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)
	... 49 more


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testLastPublishedStateIsActive

Error Message:
IOException occured when talking to server at: http://127.0.0.1:52091/_itn/y

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:52091/_itn/y
	at __randomizedtesting.SeedInfo.seed([59EEA88E3425C9CF:B18C961F9328CB93]: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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1590)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1547)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1602)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1543)
	at org.apache.solr.cloud.ForceLeaderTest.testLastPublishedStateIsActive(ForceLeaderTest.java:170)
	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:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRun

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

at org.apache.solr.cloud.MiniSolrCloudCluster.createCollection(MiniSolrCloudCluster.java:399)
   [junit4]    > 	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.createCollection(TestMiniSolrCloudClusterBase.java:110)
   [junit4]    > 	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:139)
   [junit4]    > 	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:49602/solr
   [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.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	... 48 more
   [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]    > 	... 52 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_59EEA88E3425C9CF-001
   [junit4]   2> Mar 06, 2016 5:35:13 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity, locale=da-GL, timezone=Africa/Kinshasa
   [junit4]   2> NOTE: Linux 3.19.0-51-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=19384680,total=173920256
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCLIRunExample, LeaderElectionTest, TestConfigSets, RequestHandlersTest, HdfsLockFactoryTest, TestFastWriter, TestPivotHelperCode, TestCollapseQParserPlugin, TestSolrQueryParserResource, DocExpirationUpdateProcessorFactoryTest, TestPostingsSolrHighlighter, TestCollationField, DocValuesMultiTest, BadIndexSchemaTest, TestJmxIntegration, TestStressRecovery, TestTolerantSearch, SuggestComponentTest, PrimitiveFieldTypeTest, FacetPivotSmallTest, XmlUpdateRequestHandlerTest, TestReversedWildcardFilterFactory, TestClassicSimilarityFactory, TestCloudManagedSchemaConcurrent, TestRestManager, TestReqParamsAPI, TestJettySolrRunner, DirectUpdateHandlerTest, SolrTestCaseJ4Test, TestWriterPerf, ZkStateWriterTest, TestSolrDeletionPolicy1, TestFieldTypeCollectionResource, TestSortingResponseWriter, CleanupOldIndexTest, BasicDistributedZk2Test, TestCoreDiscovery, AssignTest, SpatialRPTFieldTypeTest, TestJsonRequest, DebugComponentTest, TestIndexingPerformance, DirectUpdateHandlerOptimizeTest, SimpleFacetsTest, TestSolrIndexConfig, TestRawResponseWriter, TestDistributedMissingSort, ScriptEngineTest, ReplicationFactorTest, TestManagedSynonymFilterFactory, DeleteStatusTest, DistanceUnitsTest, OverseerCollectionConfigSetProcessorTest, TestDynamicFieldResource, TestStandardQParsers, DeleteLastCustomShardedReplicaTest, RecoveryZkTest, VMParamsZkACLAndCredentialsProvidersTest, TestElisionMultitermQuery, TestSolrConfigHandlerCloud, CoreAdminRequestStatusTest, SparseHLLTest, ShowFileRequestHandlerTest, TestNoOpRegenerator, TestSort, SuggesterTest, TestSweetSpotSimilarityFactory, TestExtendedDismaxParser, DistributedQueryComponentCustomSortTest, TestExceedMaxTermLength, AddSchemaFieldsUpdateProcessorFactoryTest, UnloadDistributedZkTest, TestOrdValues, SolrCloudExampleTest, TestFieldSortValues, BinaryUpdateRequestHandlerTest, TestInitQParser, TestJmxMonitoredMap, ForceLeaderTest, SortSpecParsingTest, StressHdfsTest, DistribJoinFromCollectionTest, TestGroupingSearch, BadComponentTest, HighlighterMaxOffsetTest, TestSolrCloudWithKerberosAlt, TestRecoveryHdfs, SecurityConfHandlerTest, TestPHPSerializedResponseWriter, TestRandomCollapseQParserPlugin, OverseerTest, BasicDistributedZkTest, TestRealTimeGet, TestStressVersions, TestRangeQuery, SpellCheckComponentTest, SolrRequestParserTest, TestFoldingMultitermQuery, TestStressLucene, TestCSVLoader, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DistanceFunctionTest, CacheHeaderTest, LukeRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TestSolrQueryParser, QueryParsingTest, TestPartialUpdateDeduplication, TestComponentsName, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, DirectSolrConnectionTest, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, MultiThreadedOCPTest, RemoteQueryErrorTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCollectionAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDistribDocBasedVersion, DistributedFacetPivotLargeTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotSmallTest, DistributedFacetPivotWhiteBoxTest, TestExpandComponent, TestMacros, TestBulkSchemaAPI, TestManagedSchemaFieldResource, TestManagedSchemaFieldTypeResource, TestRemoveLastDynamicCopyField, TestSchemaNameResource, TestSchemaSimilarityResource, DateRangeFieldTest, TestCollationFieldDocValues, TestUseDocValuesAsStored, AnalyticsMergeStrategyTest, TestHashQParserPlugin, TestReloadDeadlock, TestSearcherReuse, TestXmlQParser, TestJsonFacets, BlockJoinFacetRandomTest, GraphQueryTest, TestScoreJoinQPNoScore, SimpleMLTQParserTest, TestDFISimilarityFactory, TestNonDefinedSimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, TestDistribIDF, TestExactSharedStatsCache, TestExactStatsCache, TestLRUStatsCache, BasicAuthIntegrationTest]
   [junit4] Completed [553/582 (54!)] on J2 in 11.87s, 1 test, 1 error <<< FAILURES!

[...truncated 131 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 582 suites (8 ignored), 2336 tests, 2 suite-level errors, 73 errors, 9 failures, 118 ignored (71 assumptions) [seed: 59EEA88E3425C9CF]

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



Re: [JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_72) - Build # 16125 - Still Failing!

Posted by Joel Bernstein <jo...@gmail.com>.
This one reproduces for me. I'll open a ticket.

Joel Bernstein
http://joelsolr.blogspot.com/

On Sun, Mar 6, 2016 at 5:29 PM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16125/
> Java: 32bit/jdk1.8.0_72 -server -XX:+UseConcMarkSweepGC
>
> 1 tests failed.
> FAILED:
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll
>
> Error Message:
>
>
> Stack Trace:
> java.lang.AssertionError
>         at
> __randomizedtesting.SeedInfo.seed([A8E5206069146FC0:E4BB0E1912843005]:0)
>         at org.junit.Assert.fail(Assert.java:92)
>         at org.junit.Assert.assertTrue(Assert.java:43)
>         at org.junit.Assert.assertTrue(Assert.java:54)
>         at
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDaemonStream(StreamExpressionTest.java:658)
>         at
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll(StreamExpressionTest.java:141)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 12934 lines...]
>    [junit4] Suite:
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest
>    [junit4]   2> Creating dataDir:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/init-core-data-001
>    [junit4]   2> 56465 INFO
> (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ]
> o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
>    [junit4]   2> 56466 INFO
> (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ]
> o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
> /_kl/wh
>    [junit4]   2> 56467 WARN
> (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ]
> o.a.s.c.AbstractZkTestCase TEST_HOME() does not exist - solrj test?
>    [junit4]   2> 56470 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 56470 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer
> client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 56470 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer
> Starting server
>    [junit4]   2> 56571 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkTestServer start zk server on port:35052
>    [junit4]   2> 56571 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 56571 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 56573 INFO  (zkCallback-54-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@17ad29
> name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56573 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 56573 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 56573 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /solr
>    [junit4]   2> 56575 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 56577 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 56577 INFO  (zkCallback-55-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@aaf3d5
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56578 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 56578 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 56578 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /collections/collection1
>    [junit4]   2> 56580 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
>    [junit4]   2> 56581 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
>    [junit4]   2> 56584 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
>    [junit4]   2> 56585 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase put
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig-streaming.xml
> to /configs/conf1/solrconfig.xml
>    [junit4]   2> 56585 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
>    [junit4]   2> 56587 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase put
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema-streaming.xml
> to /configs/conf1/schema.xml
>    [junit4]   2> 56587 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt
> because it doesn't exist
>    [junit4]   2> 56590 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 56590 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 56591 INFO  (zkCallback-56-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@442752
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56591 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 56592 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 56602 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.SolrTestCaseJ4 Writing core.properties file to
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1
>    [junit4]   2> 56616 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.Server jetty-9.3.6.v20151106
>    [junit4]   2> 56618 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@119c8cf
> {/_kl/wh,null,AVAILABLE}
>    [junit4]   2> 56623 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.u.s.SslContextFactory x509=X509@1a8d68a(solrtest,h=[],w=[]) for
> SslContextFactory@beae42
> (file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore,file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore)
>    [junit4]   2> 56721 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.ServerConnector Started ServerConnector@69c14a{SSL,[ssl,
> http/1.1]}{127.0.0.1:41279}
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.Server Started @58357ms
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/tempDir-001/control/data,
> hostContext=/_kl/wh, hostPort=41279,
> coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores}
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
> sun.misc.Launcher$AppClassLoader@1d16e93
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001'
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 56723 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 56724 INFO  (zkCallback-57-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@4e03b
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56724 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 56724 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 56725 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
> ZooKeeper)
>    [junit4]   2> 56725 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/solr.xml
>    [junit4]   2> 56730 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CorePropertiesLocator Config-defined core root directory:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores
>    [junit4]   2> 56730 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer New CoreContainer 23196359
>    [junit4]   2> 56730 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer Loading cores into CoreContainer
> [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001]
>    [junit4]   2> 56730 WARN
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer Couldn't add files from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/lib
> to classpath:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/lib
>    [junit4]   2> 56730 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> 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> 56732 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
> params: socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.l.LogWatcher Registering Log Listener [Log4j
> (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35052/solr
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 56735 INFO  (zkCallback-60-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@175d3a1
> name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56735 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 56735 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 56736 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 56737 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@1647ec6
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56737 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 56740 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/queue
>    [junit4]   2> 56741 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-queue-work
>    [junit4]   2> 56744 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-map-running
>    [junit4]   2> 56746 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-map-completed
>    [junit4]   2> 56747 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-map-failure
>    [junit4]   2> 56750 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /live_nodes
>    [junit4]   2> 56751 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /aliases.json
>    [junit4]   2> 56752 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /clusterstate.json
>    [junit4]   2> 56754 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /security.json
>    [junit4]   2> 56756 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 56758 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (0) -> (0)
>    [junit4]   2> 56759 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect
>    [junit4]   2> 56771 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect/election
>    [junit4]   2> 56772 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Overseer (id=null)
> closing
>    [junit4]   2> 56772 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.LeaderElector Joined leadership
> election with path:
> /overseer_elect/election/95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000
>    [junit4]   2> 56772 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.OverseerElectionContext I am
> going to be the leader 127.0.0.1:41279__kl%2Fwh
>    [junit4]   2> 56772 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect/leader
>    [junit4]   2> 56773 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Overseer
> (id=95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) starting
>    [junit4]   2> 56774 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/queue-work
>    [junit4]   2> 56787 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ]
> o.a.s.c.OverseerAutoReplicaFailoverThread Starting
> OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
> autoReplicaFailoverWaitAfterExpiration=30000
> autoReplicaFailoverBadNodeExpiration=60000
>    [junit4]   2> 56787 INFO
> (OverseerCollectionConfigSetProcessor-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.OverseerTaskProcessor Process
> current queue of overseer operations
>    [junit4]   2> 56788 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.ZkController Register node as
> live in ZooKeeper:/live_nodes/127.0.0.1:41279__kl%2Fwh
>    [junit4]   2> 56788 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Starting to work on the
> main queue
>    [junit4]   2> 56788 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /live_nodes/127.0.0.1:41279__kl%2Fwh
>    [junit4]   2> 56789 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] 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> 56789 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 56789 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (1) -> (1)
>    [junit4]   2> 56809 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CoreContainer Security conf
> doesn't exist. Skipping setup for authorization module.
>    [junit4]   2> 56809 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CoreContainer No authentication
> plugin used.
>    [junit4]   2> 56809 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Looking
> for core definitions underneath
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores
>    [junit4]   2> 56811 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] 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> 56811 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found core
> collection1 in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1
>    [junit4]   2> 56811 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found 1
> core definitions
>    [junit4]   2> 56812 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter
> user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
>    [junit4]   2> 56812 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init() done
>    [junit4]   2> 56812 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController publishing state=down
>    [junit4]   2> 56812 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController numShards not found on descriptor - reading it from
> system property
>    [junit4]   2> 56815 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController look for our core node name
>    [junit4]   2> 56815 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage:
> queueSize: 1, message = {
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
>    [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> 56820 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Update state
> numShards=1 message={
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
>    [junit4]   2>   "numShards":"1",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":null,
>    [junit4]   2>   "collection":"control_collection",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 56822 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ClusterStateMutator building a
> new cName: control_collection
>    [junit4]   2> 56829 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Assigning new
> node to shard shard=shard1
>    [junit4]   2> 56840 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] 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> 57815 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController waiting to find shard id in clusterstate for
> collection1
>    [junit4]   2> 57815 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController Check for collection zkNode:control_collection
>    [junit4]   2> 57816 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController Collection zkNode exists
>    [junit4]   2> 57816 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.c.ZkStateReader Load collection config from:
> [/collections/control_collection]
>    [junit4]   2> 57816 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
> [configName]=[conf1] specified config exists in ZooKeeper
>    [junit4]   2> 57816 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1'
>    [junit4]   2> 57817 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 57817 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 57818 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.Config loaded config solrconfig.xml with version 0
>    [junit4]   2> 57822 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrConfig current version of requestparams : -1
>    [junit4]   2> 57825 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>    [junit4]   2> 57835 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 57840 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.s.IndexSchema [collection1] Schema name=test
>    [junit4]   2> 57929 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.s.IndexSchema default search field in schema is text
>    [junit4]   2> 57929 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 57930 WARN
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination
> for multiple copyFields (2)
>    [junit4]   2> 57930 WARN
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.s.IndexSchema Field text is not multivalued and destination for
> multiple copyFields (3)
>    [junit4]   2> 57934 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
>    [junit4]   2> 57934 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration
> from collection control_collection
>    [junit4]   2> 57934 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 57934 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1],
> dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/]
>    [junit4]   2> 57934 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
> collection1
>    [junit4]   2> 57935 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data
>    [junit4]   2> 57935 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
> new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index/
>    [junit4]   2> 57935 WARN
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index'
> doesn't exist. Creating new index...
>    [junit4]   2> 57935 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index
>    [junit4]   2> 57936 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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@14dd468
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17da67f
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 57936 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 57936 INFO
> (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:41279__kl%2Fwh
> 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
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/
>    [junit4]   2> 57936 WARN
> (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.DirectoryFactory
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/
> does not point to a valid data directory; skipping clean-up of old index
> directories.
>    [junit4]   2> 57938 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57940 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 57941 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 57941 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 57942 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 57943 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57944 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57944 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57944 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57949 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 57949 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 57949 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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@14dd468
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17da67f
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 57949 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 57949 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16da9d1[collection1]
> main]
>    [junit4]   2> 57950 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57951 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57951 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO
> with znodeBase: /configs/conf1
>    [junit4]   2> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
> {}
>    [junit4]   2> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.r.RestManager Initializing 0 registered
> ManagedResources
>    [junit4]   2> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
> 10000
>    [junit4]   2> 57955 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57955 INFO
> (searcherExecutor-197-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
> [collection1] Registered new searcher Searcher@16da9d1[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 57955 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57955 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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> 57955 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh 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 1528093225194094592
>    [junit4]   2> 57957 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with
> highest version 1528093225194094592
>    [junit4]   2> 57959 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
>    [junit4]   2> 57960 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.CoreContainer registering core: collection1
>    [junit4]   2> 57961 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController Register replica - core:collection1 address:
> https://127.0.0.1:41279/_kl/wh collection:control_collection shard:shard1
>    [junit4]   2> 57970 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> 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> 57972 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> 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/95505826477441029-core_node1-n_0000000000
>    [junit4]   2> 57973 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> 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> 57974 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 57974 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> 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> 57974 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] 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> 57975 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.SyncStrategy Sync replicas to
> https://127.0.0.1:41279/_kl/wh/collection1/
>    [junit4]   2> 57975 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
>    [junit4]   2> 57975 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.SyncStrategy https://127.0.0.1:41279/_kl/wh/collection1/ has no
> replicas
>    [junit4]   2> 57979 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.c.SolrZkClient makePath:
> /collections/control_collection/leaders/shard1
>    [junit4]   2> 57980 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> 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/95505826477441029-core_node1-n_0000000000
>    [junit4]   2> 57990 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ShardLeaderElectionContext I am the new leader:
> https://127.0.0.1:41279/_kl/wh/collection1/ shard1
>    [junit4]   2> 57991 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] 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":"https://127.0.0.1:41279/_kl/wh",
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "state":"active"} current state version: 1
>    [junit4]   2> 58093 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] 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> 58141 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController We are https://127.0.0.1:41279/_kl/wh/collection1/
> and leader is https://127.0.0.1:41279/_kl/wh/collection1/
>    [junit4]   2> 58141 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=
> https://127.0.0.1:41279/_kl/wh
>    [junit4]   2> 58141 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController I am the leader, no recovery necessary
>    [junit4]   2> 58141 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController publishing state=active
>    [junit4]   2> 58141 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> 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> 58143 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] 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":"https://127.0.0.1:41279/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
>    [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> 58143 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
>    [junit4]   2> 58143 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] 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":"https://127.0.0.1:41279/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
>    [junit4]   2>   "numShards":"1",
>    [junit4]   2>   "state":"active",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "collection":"control_collection",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 58245 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] 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> 58316 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 58316 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 58317 INFO  (zkCallback-63-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@1d979d4
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 58317 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 58318 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 58318 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
>    [junit4]   2> 58319 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 58320 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
> loss:false
>    [junit4]   2> 58330 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.SolrTestCaseJ4 Writing core.properties file to
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1
>    [junit4]   2> 58330 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001
>    [junit4]   2> 58331 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.Server jetty-9.3.6.v20151106
>    [junit4]   2> 58332 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18d01a4
> {/_kl/wh,null,AVAILABLE}
>    [junit4]   2> 58333 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.u.s.SslContextFactory x509=X509@a9f49d(solrtest,h=[],w=[]) for
> SslContextFactory@111845a
> (file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore,file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore)
>    [junit4]   2> 58336 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.ServerConnector Started ServerConnector@51194f{SSL,[ssl,
> http/1.1]}{127.0.0.1:46844}
>    [junit4]   2> 58336 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.Server Started @59972ms
>    [junit4]   2> 58336 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/tempDir-001/jetty1,
> solrconfig=solrconfig.xml, hostContext=/_kl/wh, hostPort=46844,
> coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores}
>    [junit4]   2> 58336 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
> sun.misc.Launcher$AppClassLoader@1d16e93
>    [junit4]   2> 58336 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001'
>    [junit4]   2> 58337 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 58337 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 58337 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 58337 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 58338 INFO  (zkCallback-64-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@eb788e
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 58338 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 58338 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 58339 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
> ZooKeeper)
>    [junit4]   2> 58339 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/solr.xml
>    [junit4]   2> 58343 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CorePropertiesLocator Config-defined core root directory:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores
>    [junit4]   2> 58343 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer New CoreContainer 27182260
>    [junit4]   2> 58343 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer Loading cores into CoreContainer
> [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001]
>    [junit4]   2> 58343 WARN
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer Couldn't add files from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/lib
> to classpath:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/lib
>    [junit4]   2> 58343 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> 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> 58345 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
> params: socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.l.LogWatcher Registering Log Listener [Log4j
> (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35052/solr
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 58348 INFO  (zkCallback-67-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@100f2ab
> name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 58348 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 58348 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 58349 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 58350 INFO
> (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@1b6e60c
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 58350 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 58354 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 58355 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 58356 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.Overseer Overseer (id=null)
> closing
>    [junit4]   2> 58356 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.LeaderElector Joined leadership
> election with path:
> /overseer_elect/election/95505826477441033-127.0.0.1:46844__kl%2Fwh-n_0000000001
>    [junit4]   2> 58358 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.LeaderElector Watching path
> /overseer_elect/election/95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000
> to know if I could be the leader
>    [junit4]   2> 58358 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:46844__kl%2Fwh as DOWN
>    [junit4]   2> 58360 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage:
> queueSize: 1, message = {
>    [junit4]   2>   "operation":"downnode",
>    [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh"} current state
> version: 3
>    [junit4]   2> 58361 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.NodeMutator DownNode state
> invoked for node: 127.0.0.1:46844__kl%2Fwh
>    [junit4]   2> 58464 INFO  (zkCallback-63-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> 58464 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] 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> 58464 INFO
> (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh    ] 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> 59360 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.ZkController Register node as
> live in ZooKeeper:/live_nodes/127.0.0.1:46844__kl%2Fwh
>    [junit4]   2> 59361 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /live_nodes/127.0.0.1:46844__kl%2Fwh
>    [junit4]   2> 59361 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A live node
> change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged
> path:/live_nodes], has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 59361 INFO
> (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A live node
> change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged
> path:/live_nodes], has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 59361 INFO  (zkCallback-63-thread-1) [    ]
> o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent
> state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has
> occurred - updating... (live nodes size: [1])
>    [junit4]   2> 59362 INFO
> (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 59362 INFO  (zkCallback-63-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 59362 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 59384 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreContainer Security conf
> doesn't exist. Skipping setup for authorization module.
>    [junit4]   2> 59384 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreContainer No authentication
> plugin used.
>    [junit4]   2> 59385 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Looking
> for core definitions underneath
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores
>    [junit4]   2> 59386 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreDescriptor Created
> CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false,
> schema=schema.xml, loadOnStartup=true,
> configSetProperties=configsetprops.json, collection=collection1,
> coreNodeName=, dataDir=data/, shard=}
>    [junit4]   2> 59386 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found core
> collection1 in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1
>    [junit4]   2> 59386 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found 1
> core definitions
>    [junit4]   2> 59387 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter
> user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
>    [junit4]   2> 59387 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init() done
>    [junit4]   2> 59387 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController publishing state=down
>    [junit4]   2> 59387 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController numShards not found on descriptor - reading it from
> system property
>    [junit4]   2> 59388 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController look for our core node name
>    [junit4]   2> 59388 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage:
> queueSize: 1, message = {
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"https://127.0.0.1:46844/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":null,
>    [junit4]   2>   "collection":"collection1",
>    [junit4]   2>   "operation":"state"} current state version: 4
>    [junit4]   2> 59389 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Update state
> numShards=2 message={
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"https://127.0.0.1:46844/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":null,
>    [junit4]   2>   "collection":"collection1",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 59389 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ClusterStateMutator building a
> new cName: collection1
>    [junit4]   2> 59389 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Assigning new
> node to shard shard=shard2
>    [junit4]   2> 59491 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state
> change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
>    [junit4]   2> 59491 INFO
> (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state
> change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
>    [junit4]   2> 59491 INFO  (zkCallback-63-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: [2])
>    [junit4]   2> 60388 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController waiting to find shard id in clusterstate for
> collection1
>    [junit4]   2> 60388 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController Check for collection zkNode:collection1
>    [junit4]   2> 60389 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController Collection zkNode exists
>    [junit4]   2> 60389 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.c.ZkStateReader Load collection config from:
> [/collections/collection1]
>    [junit4]   2> 60389 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.c.ZkStateReader path=[/collections/collection1]
> [configName]=[conf1] specified config exists in ZooKeeper
>    [junit4]   2> 60389 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1'
>    [junit4]   2> 60389 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 60390 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 60390 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.Config
> loaded config solrconfig.xml with version 0
>    [junit4]   2> 60393 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrConfig current version of requestparams : -1
>    [junit4]   2> 60395 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>    [junit4]   2> 60403 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 60407 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.s.IndexSchema [collection1] Schema name=test
>    [junit4]   2> 60473 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.s.IndexSchema default search field in schema is text
>    [junit4]   2> 60473 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 60474 WARN
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination
> for multiple copyFields (2)
>    [junit4]   2> 60474 WARN
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.s.IndexSchema Field text is not multivalued and destination for
> multiple copyFields (3)
>    [junit4]   2> 60475 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
>    [junit4]   2> 60475 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration
> from collection collection1
>    [junit4]   2> 60475 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 60475 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1],
> dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/]
>    [junit4]   2> 60475 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
> collection1
>    [junit4]   2> 60476 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data
>    [junit4]   2> 60476 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
> new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index/
>    [junit4]   2> 60476 WARN
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index'
> doesn't exist. Creating new index...
>    [junit4]   2> 60476 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index
>    [junit4]   2> 60477 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits: num=1
>    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d629b8
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d6ea4d
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 60477 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 60477 INFO
> (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46844__kl%2Fwh
> c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking
> for old index directories to cleanup for core collection1 in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/
>    [junit4]   2> 60477 WARN
> (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46844__kl%2Fwh
> c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/
> does not point
>
> [...truncated too long message...]
>
> ocessing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh
> c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy
> Stopping recovery for core=[collection1] coreNodeName=[core_node4]
>    [junit4]   2> 85531 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has
> reached 0 - closing IndexWriter
>    [junit4]   2> 85531 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
> IndexWriterCloser
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on
> request.
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory
> - 2 directories currently being tracked
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data
> [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data;done=false>>]
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index
> [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index;done=false>>]
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index
>    [junit4]   2> 85533 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.ServerConnector Stopped ServerConnector@6ae87f{SSL,[ssl,
> http/1.1]}{127.0.0.1:0}
>    [junit4]   2> 85533 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1475e08
> {/_kl/wh,null,UNAVAILABLE}
>    [junit4]   2> 85534 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkTestServer connecting to 127.0.0.1:35052 35052
>    [junit4]   2> 85642 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer
> connecting to 127.0.0.1:35052 35052
>    [junit4]   2> 85642 WARN  (Thread-189) [    ] o.a.s.c.ZkTestServer
> Watch limit violations:
>    [junit4]   2> Maximum concurrent create/delete watches above limit:
>    [junit4]   2>
>    [junit4]   2>        40      /solr/aliases.json
>    [junit4]   2>        5       /solr/security.json
>    [junit4]   2>        5       /solr/configs/conf1
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent data watches above limit:
>    [junit4]   2>
>    [junit4]   2>        40      /solr/clusterstate.json
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent children watches above limit:
>    [junit4]   2>
>    [junit4]   2>        40      /solr/live_nodes
>    [junit4]   2>        40      /solr/collections
>    [junit4]   2>        2       /solr/overseer/queue
>    [junit4]   2>        2       /solr/overseer/collection-queue-work
>    [junit4]   2>        2       /solr/overseer/queue-work
>    [junit4]   2>
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=StreamExpressionTest -Dtests.method=testAll
> -Dtests.seed=A8E5206069146FC0 -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.locale=lv-LV -Dtests.timezone=America/Iqaluit -Dtests.asserts=true
> -Dtests.file.encoding=ISO-8859-1
>    [junit4] FAILURE 29.2s J1 | StreamExpressionTest.testAll <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([A8E5206069146FC0:E4BB0E1912843005]:0)
>    [junit4]    >        at
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDaemonStream(StreamExpressionTest.java:658)
>    [junit4]    >        at
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll(StreamExpressionTest.java:141)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 85647 INFO
> (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ]
> o.a.s.SolrTestCaseJ4 ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001
>    [junit4]   2> Mar 06, 2016 10:28:09 PM
> com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
>    [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked
> thread(s).
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
> {i_multi=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> s_multi=PostingsFormat(name=Direct), a_s=PostingsFormat(name=Direct),
> _version_=FST50, multiDefault=PostingsFormat(name=LuceneFixedGap),
> a_f=PostingsFormat(name=LuceneFixedGap), intDefault=FST50,
> a_i=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> checkpoint_ss=PostingsFormat(name=Direct), timestamp=FST50},
> docValues:{i_multi=DocValuesFormat(name=Memory),
> s_multi=DocValuesFormat(name=Lucene54), a_s=DocValuesFormat(name=Lucene54),
> multiDefault=DocValuesFormat(name=Asserting),
> a_f=DocValuesFormat(name=Asserting),
> intDefault=DocValuesFormat(name=Lucene54),
> a_i=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory),
> checkpoint_ss=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1935,
> maxMBSortInHeap=4.505583632893849, sim=ClassicSimilarity, locale=lv-LV,
> timezone=America/Iqaluit
>    [junit4]   2> NOTE: Linux 3.19.0-51-generic i386/Oracle Corporation
> 1.8.0_72 (32-bit)/cpus=12,threads=1,free=46947408,total=206110720
>    [junit4]   2> NOTE: All tests run in this JVM: [TestZkConfigManager,
> TestFastInputStream, TestRetryUtil, SolrExampleStreamingBinaryTest,
> DocumentAnalysisResponseTest, ClientUtilsTest, ShardParamsTest,
> TestSolrJErrorHandling, TestConfigSetAdminRequest, TestSolrProperties,
> TestDocumentObjectBinder, SolrExampleJettyTest, LargeVolumeBinaryJettyTest,
> JettyWebappTest, MergeIndexesEmbeddedTest, SolrExceptionTest,
> FacetFieldTest, GetByIdTest, BasicHttpSolrClientTest,
> TestCloudSolrClientConnections, JdbcDriverTest, StreamExpressionTest]
>    [junit4] Completed [58/77 (1!)] on J1 in 29.70s, 1 test, 1 failure <<<
> FAILURES!
>
> [...truncated 69 lines...]
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:246: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524:
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457:
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014:
> There were test failures: 77 suites, 521 tests, 1 failure [seed:
> A8E5206069146FC0]
>
> Total time: 58 minutes 21 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_72) - Build # 16125 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16125/
Java: 32bit/jdk1.8.0_72 -server -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A8E5206069146FC0:E4BB0E1912843005]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDaemonStream(StreamExpressionTest.java:658)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll(StreamExpressionTest.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12934 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/init-core-data-001
   [junit4]   2> 56465 INFO  (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 56466 INFO  (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_kl/wh
   [junit4]   2> 56467 WARN  (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ] o.a.s.c.AbstractZkTestCase TEST_HOME() does not exist - solrj test?
   [junit4]   2> 56470 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 56470 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 56470 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 56571 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkTestServer start zk server on port:35052
   [junit4]   2> 56571 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 56571 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56573 INFO  (zkCallback-54-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@17ad29 name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56573 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56573 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 56573 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 56575 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 56577 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56577 INFO  (zkCallback-55-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@aaf3d5 name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56578 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56578 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 56578 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 56580 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 56581 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 56584 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 56585 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig-streaming.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 56585 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 56587 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema-streaming.xml to /configs/conf1/schema.xml
   [junit4]   2> 56587 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 56590 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 56590 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56591 INFO  (zkCallback-56-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@442752 name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56591 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56592 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 56602 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1
   [junit4]   2> 56616 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 56618 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@119c8cf{/_kl/wh,null,AVAILABLE}
   [junit4]   2> 56623 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.u.s.SslContextFactory x509=X509@1a8d68a(solrtest,h=[],w=[]) for SslContextFactory@beae42(file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore,file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 56721 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.ServerConnector Started ServerConnector@69c14a{SSL,[ssl, http/1.1]}{127.0.0.1:41279}
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.Server Started @58357ms
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/tempDir-001/control/data, hostContext=/_kl/wh, hostPort=41279, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores}
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001'
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 56723 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56724 INFO  (zkCallback-57-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e03b name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56724 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56724 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 56725 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 56725 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/solr.xml
   [junit4]   2> 56730 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores
   [junit4]   2> 56730 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer New CoreContainer 23196359
   [junit4]   2> 56730 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001]
   [junit4]   2> 56730 WARN  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/lib
   [junit4]   2> 56730 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] 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> 56732 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35052/solr
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56735 INFO  (zkCallback-60-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@175d3a1 name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56735 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56735 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 56736 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56737 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1647ec6 name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56737 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56740 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 56741 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 56744 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 56746 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 56747 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 56750 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 56751 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 56752 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 56754 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 56756 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 56758 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 56759 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 56771 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 56772 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 56772 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000
   [junit4]   2> 56772 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41279__kl%2Fwh
   [junit4]   2> 56772 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 56773 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Overseer (id=95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) starting
   [junit4]   2> 56774 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 56787 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 56787 INFO  (OverseerCollectionConfigSetProcessor-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 56788 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41279__kl%2Fwh
   [junit4]   2> 56788 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 56788 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41279__kl%2Fwh
   [junit4]   2> 56789 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] 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> 56789 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 56789 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 56809 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 56809 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 56809 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores
   [junit4]   2> 56811 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] 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> 56811 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1
   [junit4]   2> 56811 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 56812 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 56812 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 56812 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 56812 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 56815 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 56815 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
   [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> 56820 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 56822 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 56829 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 56840 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] 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> 57815 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 57815 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 57816 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 57816 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 57816 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 57816 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1'
   [junit4]   2> 57817 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 57817 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 57818 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 57822 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 57825 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 57835 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 57840 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 57929 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 57929 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 57930 WARN  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 57930 WARN  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 57934 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 57934 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 57934 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 57934 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/]
   [junit4]   2> 57934 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 57935 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data
   [junit4]   2> 57935 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index/
   [junit4]   2> 57935 WARN  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 57935 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index
   [junit4]   2> 57936 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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@14dd468 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17da67f),segFN=segments_1,generation=1}
   [junit4]   2> 57936 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 57936 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:41279__kl%2Fwh 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 /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/
   [junit4]   2> 57936 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 57938 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57940 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 57941 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 57941 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 57942 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 57943 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57944 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57944 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57944 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57949 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 57949 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 57949 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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@14dd468 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17da67f),segFN=segments_1,generation=1}
   [junit4]   2> 57949 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 57949 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16da9d1[collection1] main]
   [junit4]   2> 57950 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57951 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57951 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 57955 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57955 INFO  (searcherExecutor-197-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@16da9d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 57955 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57955 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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> 57955 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh 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 1528093225194094592
   [junit4]   2> 57957 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1528093225194094592
   [junit4]   2> 57959 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 57960 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 57961 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:41279/_kl/wh collection:control_collection shard:shard1
   [junit4]   2> 57970 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh 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> 57972 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh 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/95505826477441029-core_node1-n_0000000000
   [junit4]   2> 57973 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh 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> 57974 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 57974 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh 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> 57974 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] 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> 57975 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41279/_kl/wh/collection1/
   [junit4]   2> 57975 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 57975 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:41279/_kl/wh/collection1/ has no replicas
   [junit4]   2> 57979 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 57980 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh 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/95505826477441029-core_node1-n_0000000000
   [junit4]   2> 57990 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:41279/_kl/wh/collection1/ shard1
   [junit4]   2> 57991 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] 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":"https://127.0.0.1:41279/_kl/wh",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 58093 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] 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> 58141 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are https://127.0.0.1:41279/_kl/wh/collection1/ and leader is https://127.0.0.1:41279/_kl/wh/collection1/
   [junit4]   2> 58141 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:41279/_kl/wh
   [junit4]   2> 58141 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 58141 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 58141 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh 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> 58143 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] 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":"https://127.0.0.1:41279/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
   [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> 58143 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 58143 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] 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":"https://127.0.0.1:41279/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 58245 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] 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> 58316 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 58316 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58317 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d979d4 name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 58317 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58318 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 58318 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 58319 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 58320 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 58330 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1
   [junit4]   2> 58330 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001
   [junit4]   2> 58331 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 58332 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18d01a4{/_kl/wh,null,AVAILABLE}
   [junit4]   2> 58333 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.u.s.SslContextFactory x509=X509@a9f49d(solrtest,h=[],w=[]) for SslContextFactory@111845a(file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore,file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 58336 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.ServerConnector Started ServerConnector@51194f{SSL,[ssl, http/1.1]}{127.0.0.1:46844}
   [junit4]   2> 58336 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.Server Started @59972ms
   [junit4]   2> 58336 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_kl/wh, hostPort=46844, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores}
   [junit4]   2> 58336 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 58336 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001'
   [junit4]   2> 58337 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 58337 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 58337 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 58337 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58338 INFO  (zkCallback-64-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@eb788e name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 58338 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58338 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 58339 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 58339 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/solr.xml
   [junit4]   2> 58343 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores
   [junit4]   2> 58343 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer New CoreContainer 27182260
   [junit4]   2> 58343 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001]
   [junit4]   2> 58343 WARN  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/lib
   [junit4]   2> 58343 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] 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> 58345 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35052/solr
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58348 INFO  (zkCallback-67-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@100f2ab name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 58348 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58348 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 58349 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58350 INFO  (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b6e60c name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 58350 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58354 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 58355 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 58356 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 58356 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95505826477441033-127.0.0.1:46844__kl%2Fwh-n_0000000001
   [junit4]   2> 58358 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000 to know if I could be the leader
   [junit4]   2> 58358 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.ZkController Publish node=127.0.0.1:46844__kl%2Fwh as DOWN
   [junit4]   2> 58360 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh"} current state version: 3
   [junit4]   2> 58361 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46844__kl%2Fwh
   [junit4]   2> 58464 INFO  (zkCallback-63-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> 58464 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] 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> 58464 INFO  (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh    ] 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> 59360 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46844__kl%2Fwh
   [junit4]   2> 59361 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46844__kl%2Fwh
   [junit4]   2> 59361 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 59361 INFO  (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 59361 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 59362 INFO  (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 59362 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 59362 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 59384 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 59384 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 59385 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores
   [junit4]   2> 59386 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 59386 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1
   [junit4]   2> 59386 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 59387 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 59387 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 59387 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 59387 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 59388 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 59388 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46844/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 59389 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46844/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 59389 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 59389 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 59491 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 59491 INFO  (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 59491 INFO  (zkCallback-63-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: [2])
   [junit4]   2> 60388 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 60388 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 60389 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 60389 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 60389 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 60389 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1'
   [junit4]   2> 60389 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 60390 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 60390 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 60393 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 60395 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 60403 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 60407 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 60473 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 60473 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 60474 WARN  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 60474 WARN  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 60475 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 60475 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 60475 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 60475 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 60475 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 60476 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data
   [junit4]   2> 60476 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 60476 WARN  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 60476 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 60477 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d629b8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d6ea4d),segFN=segments_1,generation=1}
   [junit4]   2> 60477 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 60477 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 60477 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/ does not point

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

ocessing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] coreNodeName=[core_node4]
   [junit4]   2> 85531 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 85531 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 85533 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@6ae87f{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 85533 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1475e08{/_kl/wh,null,UNAVAILABLE}
   [junit4]   2> 85534 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35052 35052
   [junit4]   2> 85642 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35052 35052
   [junit4]   2> 85642 WARN  (Thread-189) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/live_nodes
   [junit4]   2> 	40	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=StreamExpressionTest -Dtests.method=testAll -Dtests.seed=A8E5206069146FC0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lv-LV -Dtests.timezone=America/Iqaluit -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 29.2s J1 | StreamExpressionTest.testAll <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A8E5206069146FC0:E4BB0E1912843005]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDaemonStream(StreamExpressionTest.java:658)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll(StreamExpressionTest.java:141)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 85647 INFO  (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001
   [junit4]   2> Mar 06, 2016 10:28:09 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {i_multi=PostingsFormat(name=LuceneVarGapDocFreqInterval), s_multi=PostingsFormat(name=Direct), a_s=PostingsFormat(name=Direct), _version_=FST50, multiDefault=PostingsFormat(name=LuceneFixedGap), a_f=PostingsFormat(name=LuceneFixedGap), intDefault=FST50, a_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), checkpoint_ss=PostingsFormat(name=Direct), timestamp=FST50}, docValues:{i_multi=DocValuesFormat(name=Memory), s_multi=DocValuesFormat(name=Lucene54), a_s=DocValuesFormat(name=Lucene54), multiDefault=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Lucene54), a_i=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory), checkpoint_ss=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1935, maxMBSortInHeap=4.505583632893849, sim=ClassicSimilarity, locale=lv-LV, timezone=America/Iqaluit
   [junit4]   2> NOTE: Linux 3.19.0-51-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=46947408,total=206110720
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkConfigManager, TestFastInputStream, TestRetryUtil, SolrExampleStreamingBinaryTest, DocumentAnalysisResponseTest, ClientUtilsTest, ShardParamsTest, TestSolrJErrorHandling, TestConfigSetAdminRequest, TestSolrProperties, TestDocumentObjectBinder, SolrExampleJettyTest, LargeVolumeBinaryJettyTest, JettyWebappTest, MergeIndexesEmbeddedTest, SolrExceptionTest, FacetFieldTest, GetByIdTest, BasicHttpSolrClientTest, TestCloudSolrClientConnections, JdbcDriverTest, StreamExpressionTest]
   [junit4] Completed [58/77 (1!)] on J1 in 29.70s, 1 test, 1 failure <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_72) - Build # 16124 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16124/
Java: 32bit/jdk1.8.0_72 -client -XX:+UseSerialGC

63 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.HttpPartitionTest

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

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


FAILED:  org.apache.solr.TestHighlightDedupGrouping.test

Error Message:
IOException occured when talking to server at: http://127.0.0.1:40949/r_cg/lf/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:40949/r_cg/lf/collection1
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:E2A2C2BD4439D759]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
	at org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:551)
	at org.apache.solr.TestHighlightDedupGrouping.basicTest(TestHighlightDedupGrouping.java:45)
	at org.apache.solr.TestHighlightDedupGrouping.test(TestHighlightDedupGrouping.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
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)
	... 50 more


FAILED:  org.apache.solr.client.solrj.ConnectionReuseTest.test

Error Message:
Connection reset

Stack Trace:
java.net.SocketException: Connection reset
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:E2A2C2BD4439D759]:0)
	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.solr.client.solrj.ConnectionReuseTest.headerRequest(ConnectionReuseTest.java:180)
	at org.apache.solr.client.solrj.ConnectionReuseTest.test(ConnectionReuseTest.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:49695, http://127.0.0.1:55826, http://127.0.0.1:35677]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:49695, http://127.0.0.1:55826, http://127.0.0.1:35677]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:30F7988BC4FF3778]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse(AsyncCallRequestStatusResponseTest.java:35)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:35677
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.CdcrVersionReplicationTest.testCdcrDocVersions

Error Message:
The collection (tmp_collection) is still present - waited for 15 seconds

Stack Trace:
java.lang.AssertionError: The collection (tmp_collection) is still present - waited for 15 seconds
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:9260F6C518A355BD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForCollectionToDisappear(AbstractDistribZkTestBase.java:206)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForCollectionToDisappear(BaseCdcrDistributedZkTest.java:492)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:592)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:342)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905)
	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)


FAILED:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test

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([6AF6FD67EAC5BAA1:E2A2C2BD4439D759]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:174)
	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.cloud.CloudExitableDirectoryReaderTest.test(CloudExitableDirectoryReaderTest.java:48)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at 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)


FAILED:  org.apache.solr.cloud.CollectionStateFormat2Test.test

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:54225, http://127.0.0.1:42674, http://127.0.0.1:43815, http://127.0.0.1:50639, http://127.0.0.1:34147]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:54225, http://127.0.0.1:42674, http://127.0.0.1:43815, http://127.0.0.1:50639, http://127.0.0.1:34147]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:E2A2C2BD4439D759]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1547)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1808)
	at org.apache.solr.cloud.CollectionStateFormat2Test.testZkNodeLocation(CollectionStateFormat2Test.java:60)
	at org.apache.solr.cloud.CollectionStateFormat2Test.test(CollectionStateFormat2Test.java:39)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:42674
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 50 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 54 more


FAILED:  org.apache.solr.cloud.CollectionTooManyReplicasTest.testAddTooManyReplicas

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:33637, http://127.0.0.1:46203]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:33637, http://127.0.0.1:46203]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:E7A489BFA4238510]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.CollectionTooManyReplicasTest.testAddTooManyReplicas(CollectionTooManyReplicasTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:46203
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.CollectionTooManyReplicasTest.testAddShard

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:44583, http://127.0.0.1:46510, http://127.0.0.1:54667]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:44583, http://127.0.0.1:46510, http://127.0.0.1:54667]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:4EB39BC6B2D064EA]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.CollectionTooManyReplicasTest.testAddShard(CollectionTooManyReplicasTest.java:139)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:46510
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
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.AbstractHttpClientConnection.doFlush(AbstractHttpClientConnection.java:272)
	at org.apache.http.impl.AbstractHttpClientConnection.flush(AbstractHttpClientConnection.java:277)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.flush(ManagedClientConnectionImpl.java:181)
	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:240)
	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)
	... 51 more


FAILED:  org.apache.solr.cloud.CollectionTooManyReplicasTest.testDownedShards

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:45729, http://127.0.0.1:35674, http://127.0.0.1:33368]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:45729, http://127.0.0.1:35674, http://127.0.0.1:33368]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:8DE5532613EF7E5]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.CollectionTooManyReplicasTest.testDownedShards(CollectionTooManyReplicasTest.java:223)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:33368
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
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.AbstractHttpClientConnection.doFlush(AbstractHttpClientConnection.java:272)
	at org.apache.http.impl.AbstractHttpClientConnection.flush(AbstractHttpClientConnection.java:277)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.flush(ManagedClientConnectionImpl.java:181)
	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:240)
	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)
	... 51 more


FAILED:  org.apache.solr.cloud.CustomCollectionTest.test

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:43129, http://127.0.0.1:49069, http://127.0.0.1:41208, http://127.0.0.1:47157, http://127.0.0.1:58962]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:43129, http://127.0.0.1:49069, http://127.0.0.1:41208, http://127.0.0.1:47157, http://127.0.0.1:58962]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:E2A2C2BD4439D759]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1547)
	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:156)
	at org.apache.solr.cloud.CustomCollectionTest.test(CustomCollectionTest.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:41208
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 49 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 53 more


FAILED:  org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:38902/c_ykz/ik, http://127.0.0.1:42772/c_ykz/ik, http://127.0.0.1:49013/c_ykz/ik, http://127.0.0.1:39129/c_ykz/ik, http://127.0.0.1:41416/c_ykz/ik]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38902/c_ykz/ik, http://127.0.0.1:42772/c_ykz/ik, http://127.0.0.1:49013/c_ykz/ik, http://127.0.0.1:39129/c_ykz/ik, http://127.0.0.1:41416/c_ykz/ik]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:A7C86694A564CC43]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.setClusterProp(CollectionsAPIDistributedZkTest.java:1303)
	at org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest(DeleteInactiveReplicaTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:41416/c_ykz/ik
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.DeleteStatusTest.testDeleteStatus

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:59738, https://127.0.0.1:53944, https://127.0.0.1:60861, https://127.0.0.1:47010, https://127.0.0.1:43772]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:59738, https://127.0.0.1:53944, https://127.0.0.1:60861, https://127.0.0.1:47010, https://127.0.0.1:43772]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:90445B64E259D6C2]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.DeleteStatusTest.testDeleteStatus(DeleteStatusTest.java:38)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:43772
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.DeleteStatusTest.testDeleteStatusFlush

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:50290, https://127.0.0.1:46999, https://127.0.0.1:34025, https://127.0.0.1:48487, https://127.0.0.1:39421]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:50290, https://127.0.0.1:46999, https://127.0.0.1:34025, https://127.0.0.1:48487, https://127.0.0.1:39421]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:DF3898BAA07C3DC1]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.DeleteStatusTest.testDeleteStatusFlush(DeleteStatusTest.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:34025
	at

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

ative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 8716761 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 8716761 WARN  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] coreNodeName=[core_node3]
   [junit4]   2> 8716761 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 8716761 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 8716761 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 8716778 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 8716778 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data;done=false>>]
   [junit4]   2> 8716778 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data
   [junit4]   2> 8716778 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 8716778 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data/index
   [junit4]   2> 8716814 INFO  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@96da3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 8716814 INFO  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@13bcdf3{/nodc/c,null,UNAVAILABLE}
   [junit4]   2> 8716815 INFO  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57545 57545
   [junit4]   2> 8716908 WARN  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:52384/nodc/c, target: http://127.0.0.1:42540/nodc/c
   [junit4]   2> 8716908 WARN  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:42739/nodc/c, target: http://127.0.0.1:59852/nodc/c
   [junit4]   2> 8716908 WARN  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:39953/nodc/c, target: http://127.0.0.1:58587/nodc/c
   [junit4]   2> 8716908 WARN  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:43730/nodc/c, target: http://127.0.0.1:38009/nodc/c
   [junit4]   2> 8716910 INFO  (SUITE-HttpPartitionTest-seed#[6AF6FD67EAC5BAA1]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001
   [junit4]   2> Mar 06, 2016 8:20:10 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1218, maxMBSortInHeap=6.333033236048956, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=pl-PL, timezone=Asia/Pyongyang
   [junit4]   2> NOTE: Linux 3.19.0-51-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=75970288,total=218689536
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressLucene, TestTestInjection, CdcrVersionReplicationTest, SegmentsInfoRequestHandlerTest, TestCSVLoader, TestNamedUpdateProcessors, RAMDirectoryFactoryTest, SolrXmlInZkTest, TestFastOutputStream, TestBulkSchemaAPI, TestConfigSetsAPI, SyncSliceTest, TestSolrConfigHandlerConcurrent, RestartWhileUpdatingTest, IndexSchemaTest, DistributedQueueTest, TestClusterStateMutator, BufferStoreTest, TestIBSimilarityFactory, ConnectionReuseTest, TestObjectReleaseTracker, SpatialHeatmapFacetsTest, DocumentAnalysisRequestHandlerTest, TestAnalyzedSuggestions, PeerSyncTest, CustomCollectionTest, TestDistributedStatsComponentCardinality, TestSchemaResource, OutOfBoxZkACLAndCredentialsProvidersTest, XsltUpdateRequestHandlerTest, TestReplicaProperties, CurrencyFieldOpenExchangeTest, CacheHeaderTest, RequiredFieldsTest, StandardRequestHandlerTest, TestFieldTypeResource, DateFieldTest, URLClassifyProcessorTest, TestConfigReload, TestChildDocTransformer, TestHighFrequencyDictionaryFactory, TestMergePolicyConfig, TestRandomFaceting, TestRTGBase, TestDFISimilarityFactory, TestPseudoReturnFields, TestDynamicLoading, PathHierarchyTokenizerFactoryTest, DocValuesMissingTest, UUIDFieldTest, TestReloadDeadlock, AsyncCallRequestStatusResponseTest, HdfsChaosMonkeySafeLeaderTest, PreAnalyzedFieldTest, TestAtomicUpdateErrorCases, CloudExitableDirectoryReaderTest, TestOverriddenPrefixQueryForCustomFieldType, CoreMergeIndexesAdminHandlerTest, DistribCursorPagingTest, TestCrossCoreJoin, TestSolr4Spatial, TestSchemaManager, TestLRUCache, HLLSerializationTest, TestLMDirichletSimilarityFactory, TestAddFieldRealTimeGet, TestRemoteStreaming, DistributedSpellCheckComponentTest, DistributedFacetPivotLargeTest, TestBlendedInfixSuggestions, TestExactSharedStatsCache, AddBlockUpdateTest, TestManagedResource, QueryEqualityTest, TestRealTimeGet, TestArbitraryIndexDir, TestHighlightDedupGrouping, DistributedFacetPivotSmallTest, TlogReplayBufferedWhileIndexingTest, TestCryptoKeys, TestScoreJoinQPNoScore, ZkNodePropsTest, TestPKIAuthenticationPlugin, OutputWriterTest, JsonLoaderTest, OverseerRolesTest, TestCloudSchemaless, TestSortByMinMaxFunction, TestBulkSchemaConcurrent, TestDefaultSearchFieldResource, SynonymTokenizerTest, CloudMLTQParserTest, HdfsBasicDistributedZk2Test, ResponseLogComponentTest, TestComponentsName, TestShardHandlerFactory, OpenCloseCoreStressTest, OverseerTest, BasicZkTest, FullSolrCloudDistribCmdsTest, AssignTest, BaseCdcrDistributedZkTest, CollectionStateFormat2Test, CollectionTooManyReplicasTest, DeleteInactiveReplicaTest, DeleteStatusTest, HttpPartitionTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.seed=6AF6FD67EAC5BAA1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pl-PL -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | HttpPartitionTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1]:0)
   [junit4] Completed [582/582 (37!)] on J0 in 7222.63s, 1 test, 2 errors <<< FAILURES!

[...truncated 20 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 582 suites (8 ignored), 2344 tests, 1 suite-level error, 54 errors, 8 failures, 117 ignored (71 assumptions) [seed: 6AF6FD67EAC5BAA1]

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



[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+107) - Build # 16123 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16123/
Java: 64bit/jdk-9-ea+107 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.lucene.util.automaton.TestMinimize.testAgainstBrzozowski

Error Message:
source=3 is out of bounds (maxState is 2)

Stack Trace:
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
	at __randomizedtesting.SeedInfo.seed([CF5BD81C6D73BBE8:A63641FBD9533A6]:0)
	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:512)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
	at org.apache.lucene.util.automaton.TestMinimize.testAgainstBrzozowski(TestMinimize.java:45)
	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:520)
	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.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 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:804)


FAILED:  org.apache.lucene.util.automaton.TestMinimize.testMinimizeHuge

Error Message:
5

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 5
	at __randomizedtesting.SeedInfo.seed([CF5BD81C6D73BBE8:F3A10734FFECAF89]:0)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:515)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:540)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:612)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:445)
	at org.apache.lucene.util.automaton.TestMinimize.testMinimizeHuge(TestMinimize.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	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.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 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:804)




Build Log:
[...truncated 752 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestMinimize
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMinimize -Dtests.method=testAgainstBrzozowski -Dtests.seed=CF5BD81C6D73BBE8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-CM -Dtests.timezone=Asia/Taipei -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestMinimize.testAgainstBrzozowski <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CF5BD81C6D73BBE8:A63641FBD9533A6]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:512)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]    > 	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]    > 	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestMinimize.testAgainstBrzozowski(TestMinimize.java:45)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMinimize -Dtests.method=testMinimizeHuge -Dtests.seed=CF5BD81C6D73BBE8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-CM -Dtests.timezone=Asia/Taipei -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestMinimize.testMinimizeHuge <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 5
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CF5BD81C6D73BBE8:F3A10734FFECAF89]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:515)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:540)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:612)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:445)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestMinimize.testMinimizeHuge(TestMinimize.java:68)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=en-CM, timezone=Asia/Taipei
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=84147344,total=508952576
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexSearcher, TestReadOnlyIndex, TestTermRangeQuery, TestIndexWriterOnVMError, TestMultiTermConstantScore, TestIndexWriterMergePolicy, TestFilterLeafReader, TestSortedSetSortField, TestFixedBitSet, TestHighCompressionMode, TestWeakIdentityMap, TestBinaryDocument, TestSPIClassIterator, TestIndexWriterExceptions2, TestBoostQuery, TestNativeFSLockFactory, TestRecyclingByteBlockAllocator, TestFilterDirectory, TestCustomNorms, TestSpanBoostQuery, Test2BTerms, TestToken, TestVirtualMethod, TestAllFilesCheckIndexHeader, TestCrash, TestMinShouldMatch2, TestDocInverterPerFieldErrorInfo, TestInfoStream, TestQueryCachingPolicy, TestUnicodeUtil, TestPerSegmentDeletes, TestPerFieldPostingsFormat, TestAutomatonQuery, TestBooleanQueryVisitSubscorers, TestBlockPostingsFormat2, TestMultiTermQueryRewrites, TestBinaryDocValuesUpdates, TestMultiset, TestPagedBytes, TestSloppyPhraseQuery2, TestIndexWriterDelete, TestFieldType, TestBooleanMinShouldMatch, TestDoc, TestBinaryTerms, TestRegexpRandom, TestSentinelIntSet, TestSimpleAttributeImpl, TestIndexWriterLockRelease, TestBM25Similarity, TestMultiDocValues, TestIndexWriterUnicode, TestLucene50StoredFieldsFormat, TestNoMergePolicy, TestSparseFixedBitSet, TestIndexWriterCommit, TestSimpleFSLockFactory, TestDeletionPolicy, TestMultiPhraseQuery, TestIsCurrent, TestTrackingDirectoryWrapper, TestMinimize]
   [junit4] Completed [169/412 (1!)] on J0 in 0.49s, 3 tests, 2 errors <<< FAILURES!

[...truncated 805 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 412 suites (1 ignored), 3446 tests, 2 errors, 61 ignored (57 assumptions) [seed: CF5BD81C6D73BBE8]

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16122/
Java: 64bit/jdk1.8.0_72 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.UnloadDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=8981, name=testExecutor-3762-thread-9, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8981, name=testExecutor-3762-thread-9, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:49879/_
	at __randomizedtesting.SeedInfo.seed([2B6F3372C0011A9A]:0)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:583)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:49879/_
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:588)
	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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:581)
	... 4 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	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)
	... 8 more




Build Log:
[...truncated 11378 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/init-core-data-001
   [junit4]   2> 913409 INFO  (SUITE-UnloadDistributedZkTest-seed#[2B6F3372C0011A9A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/
   [junit4]   2> 913411 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 913411 INFO  (Thread-2575) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 913411 INFO  (Thread-2575) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 913511 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.ZkTestServer start zk server on port:54165
   [junit4]   2> 913511 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 913511 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 913514 INFO  (zkCallback-1901-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6aab0267 name:ZooKeeperConnection Watcher:127.0.0.1:54165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 913514 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 913514 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 913514 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 913516 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 913516 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 913517 INFO  (zkCallback-1902-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c61d3e2 name:ZooKeeperConnection Watcher:127.0.0.1:54165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 913517 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 913517 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 913517 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 913517 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 913518 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 913518 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 913519 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 913519 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 913520 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 913520 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 913521 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 913521 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 913522 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 913522 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 913522 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 913522 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 913523 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 913523 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 913524 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 913524 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 913524 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 913524 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 913525 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 913526 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 913526 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 913526 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 913527 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 913527 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 913578 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores/collection1
   [junit4]   2> 913579 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 913580 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a10b71e{/_,null,AVAILABLE}
   [junit4]   2> 913583 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5f5702e9{HTTP/1.1,[http/1.1]}{127.0.0.1:48885}
   [junit4]   2> 913583 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.e.j.s.Server Started @915311ms
   [junit4]   2> 913583 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/tempDir-001/control/data, hostContext=/_, hostPort=48885, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores}
   [junit4]   2> 913583 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 913583 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001'
   [junit4]   2> 913583 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 913583 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 913584 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 913584 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 913585 INFO  (zkCallback-1903-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2948721 name:ZooKeeperConnection Watcher:127.0.0.1:54165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 913585 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 913585 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 913585 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 913585 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/solr.xml
   [junit4]   2> 913588 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores
   [junit4]   2> 913588 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.CoreContainer New CoreContainer 1561810896
   [junit4]   2> 913589 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001]
   [junit4]   2> 913589 WARN  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/lib
   [junit4]   2> 913589 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] 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> 913590 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 913590 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 913590 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 913590 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54165/solr
   [junit4]   2> 913590 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 913590 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 913591 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 913591 INFO  (zkCallback-1906-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5c8c0a04 name:ZooKeeperConnection Watcher:127.0.0.1:54165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 913592 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 913592 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 913593 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 913593 INFO  (zkCallback-1907-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7f538636 name:ZooKeeperConnection Watcher:127.0.0.1:54165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 913594 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 913594 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 913595 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 913596 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 913596 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 913598 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 913598 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 913599 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 913599 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 913599 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 913600 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 913600 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 913601 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 913601 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 913602 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 913602 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95503853576519684-127.0.0.1:48885__-n_0000000000
   [junit4]   2> 913602 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:48885__
   [junit4]   2> 913602 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 913603 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.Overseer Overseer (id=95503853576519684-127.0.0.1:48885__-n_0000000000) starting
   [junit4]   2> 913603 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 913605 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 913605 INFO  (OverseerCollectionConfigSetProcessor-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 913605 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48885__
   [junit4]   2> 913605 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 913605 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:48885__
   [junit4]   2> 913606 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 913606 INFO  (zkCallback-1907-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__    ] 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> 913606 INFO  (zkCallback-1907-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 913614 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 913614 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 913614 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores
   [junit4]   2> 913615 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] 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> 913615 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores/collection1
   [junit4]   2> 913615 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 913615 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 913615 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:48885__    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 913615 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 913615 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 913616 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] 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:48885/_",
   [junit4]   2>   "node_name":"127.0.0.1:48885__",
   [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> 913616 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 913616 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] 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:48885/_",
   [junit4]   2>   "node_name":"127.0.0.1:48885__",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 913616 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 913616 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 913617 INFO  (zkCallback-1907-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__    ] 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> 914616 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 914616 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 914617 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 914617 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 914617 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 914617 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores/collection1'
   [junit4]   2> 914617 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 914617 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 914618 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 914621 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 914624 WARN  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 914624 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 914649 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 914654 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 914701 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 914705 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 914706 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 914719 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 914720 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 914721 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 914722 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 914722 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 914722 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 914722 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 914723 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores/collection1/data/]
   [junit4]   2> 914723 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b5bd130
   [junit4]   2> 914723 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores/collection1/data
   [junit4]   2> 914723 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores/collection1/data/index/
   [junit4]   2> 914723 WARN  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 914723 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores/collection1/data/index
   [junit4]   2> 914723 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=66.5859375, floorSegmentMB=2.185546875, forceMergeDeletesPctAllowed=28.144682078642973, segmentsPerTier=4.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6318479590631653
   [junit4]   2> 914724 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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(NRTCachingDirectory(RAMDirectory@4a593804 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7611e806; maxCacheMB=0.59765625 maxMergeSizeMB=0.56640625)),segFN=segments_1,generation=1}
   [junit4]   2> 914724 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 914724 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:48885__ 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 /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores/collection1/data/
   [junit4]   2> 914724 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 914730 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 914730 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 914731 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 914731 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 914731 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 914731 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 914731 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 914731 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 914731 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914731 WARN  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 914732 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 914733 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 914733 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 914734 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 914735 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/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> 914736 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914736 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914736 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914737 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 914737 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 914737 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=88.431640625, floorSegmentMB=1.501953125, forceMergeDeletesPctAllowed=17.17208448278871, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46227852426728877
   [junit4]   2> 914738 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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(NRTCachingDirectory(RAMDirectory@4a593804 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7611e806; maxCacheMB=0.59765625 maxMergeSizeMB=0.56640625)),segFN=segments_1,generation=1}
   [junit4]   2> 914738 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 914738 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ab54f88[collection1] main]
   [junit4]   2> 914738 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914738 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914738 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914738 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 914738 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 914739 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914739 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914739 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914739 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 914739 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 914739 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914739 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914739 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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> 914739 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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 1528061658616823808
   [junit4]   2> 914741 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ 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 1528061658616823808
   [junit4]   2> 914741 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 914741 INFO  (coreLoadExecutor-3683-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 914742 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ 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:48885/_ collection:control_collection shard:shard1
   [junit4]   2> 914742 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ 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> 914743 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ 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/95503853576519684-core_node1-n_0000000000
   [junit4]   2> 914743 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ 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=180000
   [junit4]   2> 914744 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 914744 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ 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> 914744 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:48885/_/collection1/
   [junit4]   2> 914744 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 914744 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] 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> 914744 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:48885/_/collection1/ has no replicas
   [junit4]   2> 914744 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 914744 INFO  (searcherExecutor-3684-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ab54f88[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 914745 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ 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/95503853576519684-core_node1-n_0000000000
   [junit4]   2> 914746 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ 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:48885/_/collection1/ shard1
   [junit4]   2> 914746 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] 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:48885/_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 914847 INFO  (zkCallback-1907-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__    ] 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> 914896 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:48885/_/collection1/ and leader is http://127.0.0.1:48885/_/collection1/
   [junit4]   2> 914897 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ 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:48885/_
   [junit4]   2> 914897 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 914897 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 914897 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ 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> 914898 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] 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:48885/_",
   [junit4]   2>   "node_name":"127.0.0.1:48885__",
   [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> 914898 INFO  (coreZkRegister-3677-thread-1-processing-n:127.0.0.1:48885__ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:48885__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 914898 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] 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:48885/_",
   [junit4]   2>   "node_name":"127.0.0.1:48885__",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 914999 INFO  (zkCallback-1907-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__    ] 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> 915116 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 915117 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 915117 INFO  (zkCallback-1909-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@491294db name:ZooKeeperConnection Watcher:127.0.0.1:54165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 915118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 915118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 915118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 915118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 915118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 915118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 915118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 915119 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 915119 INFO  (zkCallback-1910-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4a79efe4 name:ZooKeeperConnection Watcher:127.0.0.1:54165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 915119 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 915119 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 915120 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] 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: 3
   [junit4]   2> 915120 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 915169 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/cores/collection1
   [junit4]   2> 915170 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001
   [junit4]   2> 915170 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 915171 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1df7aee7{/_,null,AVAILABLE}
   [junit4]   2> 915171 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@69ce241a{HTTP/1.1,[http/1.1]}{127.0.0.1:49515}
   [junit4]   2> 915172 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.e.j.s.Server Started @916900ms
   [junit4]   2> 915172 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_, hostPort=49515, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/cores}
   [junit4]   2> 915172 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 915172 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001'
   [junit4]   2> 915172 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 915172 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 915173 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 915173 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 915174 INFO  (zkCallback-1911-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@73424485 name:ZooKeeperConnection Watcher:127.0.0.1:54165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 915174 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 915174 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 915175 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 915175 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/solr.xml
   [junit4]   2> 915178 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/cores
   [junit4]   2> 915178 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.CoreContainer New CoreContainer 917743113
   [junit4]   2> 915178 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001]
   [junit4]   2> 915178 WARN  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/lib
   [junit4]   2> 915178 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] 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> 915179 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 915179 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 915179 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 915179 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54165/solr
   [junit4]   2> 915179 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 915179 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 915187 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 915187 INFO  (zkCallback-1914-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@34fba468 name:ZooKeeperConnection Watcher:127.0.0.1:54165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 915188 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 915188 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 915189 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 915189 INFO  (zkCallback-1915-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@88ff2c6 name:ZooKeeperConnection Watcher:127.0.0.1:54165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 915189 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 915191 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 915192 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 915192 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 915192 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95503853576519689-127.0.0.1:49515__-n_0000000001
   [junit4]   2> 915193 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95503853576519684-127.0.0.1:48885__-n_0000000000 to know if I could be the leader
   [junit4]   2> 915193 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.ZkController Publish node=127.0.0.1:49515__ as DOWN
   [junit4]   2> 915194 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:49515__"} current state version: 3
   [junit4]   2> 915194 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:49515__
   [junit4]   2> 915194 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 915296 INFO  (zkCallback-1907-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__    ] 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> 915296 INFO  (zkCallback-1909-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> 915296 INFO  (zkCallback-1915-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__    ] 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> 916194 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49515__
   [junit4]   2> 916194 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49515__
   [junit4]   2> 916195 INFO  (zkCallback-1915-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 916195 INFO  (zkCallback-1907-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 916195 INFO  (zkCallback-1909-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 916195 INFO  (zkCallback-1915-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 916195 INFO  (zkCallback-1907-thread-1-processing-n:127.0.0.1:48885__) [n:127.0.0.1:48885__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 916195 INFO  (zkCallback-1909-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 916202 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 916202 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 916203 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/cores
   [junit4]   2> 916203 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 916203 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/cores/collection1
   [junit4]   2> 916203 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 916204 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 916204 INFO  (TEST-UnloadDistributedZkTest.test-seed#[2B6F3372C0011A9A]) [n:127.0.0.1:49515__    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 916204 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 916204 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 916205 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 916205 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 916205 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] 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:49515/_",
   [junit4]   2>   "node_name":"127.0.0.1:49515__",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 916205 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 916205 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 916206 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49515/_",
   [junit4]   2>   "node_name":"127.0.0.1:49515__",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 916206 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 916206 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 916307 INFO  (OverseerStateUpdate-95503853576519684-127.0.0.1:48885__-n_0000000000) [n:127.0.0.1:48885__    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 916307 INFO  (zkCallback-1915-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 916307 INFO  (zkCallback-1915-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 917206 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 917206 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 917206 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 917206 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 917206 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 917206 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/cores/collection1'
   [junit4]   2> 917206 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 917206 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 917207 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 917211 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 917214 WARN  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 917214 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 917220 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 917224 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 917283 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 917286 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 917287 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 917290 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 917291 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 917292 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 917292 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 917293 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 917293 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 917293 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 917294 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 917294 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b5bd130
   [junit4]   2> 917294 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2B6F3372C0011A9A-001/shard-1-001/cores/collection1/data
   [junit4]   2> 917294 INFO  (coreLoadExecutor-3694-thread-1-processing-n:127.0.0.1:49515__) [n:127.0.0.1:49515__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory 

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

it4]    > 	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]    > 	... 8 moreThrowable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8983, name=testExecutor-3762-thread-10, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:49879/_
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2B6F3372C0011A9A]:0)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:583)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:49879/_
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:588)
   [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.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:581)
   [junit4]    > 	... 4 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:170)
   [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]    > 	... 8 more
   [junit4]   2> 1050481 INFO  (SUITE-UnloadDistributedZkTest-seed#[2B6F3372C0011A9A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Mar 06, 2016 2:08:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {other_tl1=FSTOrd50, range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=FSTOrd50, multiDefault=PostingsFormat(name=Memory doPackFST= false), a_t=PostingsFormat(name=Memory doPackFST= false), intDefault=FSTOrd50, a_i1=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false), text=PostingsFormat(name=LuceneFixedGap), range_facet_l=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1891, maxMBSortInHeap=6.993649519451785, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ru-RU, timezone=Europe/Minsk
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=12,threads=1,free=256007936,total=508952576
   [junit4]   2> NOTE: All tests run in this JVM: [TestAnalyzeInfixSuggestions, TestManagedSchema, HdfsRestartWhileUpdatingTest, TestZkChroot, StatsComponentTest, TestNoOpRegenerator, TestClassicSimilarityFactory, ExitableDirectoryReaderTest, TestSolrCloudWithKerberosAlt, TestReqParamsAPI, StatelessScriptUpdateProcessorFactoryTest, TestUseDocValuesAsStored2, CollectionStateFormat2Test, BlockDirectoryTest, LeaderInitiatedRecoveryOnCommitTest, OverseerTest, BinaryUpdateRequestHandlerTest, DistributedExpandComponentTest, DateRangeFieldTest, HdfsNNFailoverTest, TestCollationField, DeleteStatusTest, QueryParsingTest, MultiThreadedOCPTest, TestIndexSearcher, TestLRUStatsCache, DirectUpdateHandlerOptimizeTest, TestInitQParser, DistributedQueryComponentCustomSortTest, CircularListTest, TestSolrDynamicMBean, DocValuesMultiTest, TestTolerantSearch, TestRebalanceLeaders, TestSolrCLIRunExample, TestFuzzyAnalyzedSuggestions, PrimitiveFieldTypeTest, TestManagedSchemaFieldResource, DistribJoinFromCollectionTest, BadComponentTest, NoCacheHeaderTest, BaseCdcrDistributedZkTest, FieldMutatingUpdateProcessorTest, TestIndexingPerformance, CdcrUpdateLogTest, TestFreeTextSuggestions, TestPivotHelperCode, TestCollapseQParserPlugin, HdfsLockFactoryTest, SolrTestCaseJ4Test, FullHLLTest, HighlighterConfigTest, DirectSolrConnectionTest, TestReloadAndDeleteDocs, CoreAdminHandlerTest, TestConfigOverlay, VMParamsZkACLAndCredentialsProvidersTest, GraphQueryTest, TestCloudManagedSchemaConcurrent, TestJsonRequest, TestSolrQueryParserResource, TestGroupingSearch, SampleTest, TestSha256AuthenticationProvider, TestRandomCollapseQParserPlugin, ReplicationFactorTest, OverseerTaskQueueTest, SuggestComponentTest, TestUtils, TestLeaderInitiatedRecoveryThread, TestPHPSerializedResponseWriter, RecoveryZkTest, SearchHandlerTest, TestPostingsSolrHighlighter, TestCoreDiscovery, AddSchemaFieldsUpdateProcessorFactoryTest, TestDownShardTolerantSearch, TestSearchPerf, SecurityConfHandlerTest, AssignTest, TestCloudDeleteByQuery, TestSuggestSpellingConverter, TestFastWriter, TestFieldSortValues, ConnectionManagerTest, ScriptEngineTest, RequestHandlersTest, DateMathParserTest, TestSolrQueryParser, SliceStateTest, TestJmxMonitoredMap, TestConfigSets, TestCharFilters, HardAutoCommitTest, TestSimpleQParserPlugin, FacetPivotSmallTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest]
   [junit4] Completed [282/582 (1!)] on J2 in 137.71s, 1 test, 1 error <<< FAILURES!

[...truncated 984 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 582 suites (8 ignored), 2344 tests, 1 error, 117 ignored (71 assumptions) [seed: 2B6F3372C0011A9A]

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



[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+107) - Build # 16121 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16121/
Java: 64bit/jdk-9-ea+107 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  org.apache.lucene.index.TestDuelingCodecs.testCrazyReaderEquals

Error Message:
source=3 is out of bounds (maxState is 2)

Stack Trace:
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
	at __randomizedtesting.SeedInfo.seed([524C29D61B1B10F3:E676F3EA1752CDF0]:0)
	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:519)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
	at org.apache.lucene.util.LuceneTestCase.assertTermsEquals(LuceneTestCase.java:2025)
	at org.apache.lucene.util.LuceneTestCase.assertFieldsEquals(LuceneTestCase.java:1987)
	at org.apache.lucene.util.LuceneTestCase.assertReaderEquals(LuceneTestCase.java:1947)
	at org.apache.lucene.index.TestDuelingCodecs.testCrazyReaderEquals(TestDuelingCodecs.java:172)
	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:520)
	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.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 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:804)


FAILED:  org.apache.lucene.search.TestDocValuesRewriteMethod.testRegexps

Error Message:
6

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 6
	at __randomizedtesting.SeedInfo.seed([524C29D61B1B10F3:B31068C7C5B1477B]:0)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:466)
	at org.apache.lucene.search.RegexpQuery.<init>(RegexpQuery.java:109)
	at org.apache.lucene.search.RegexpQuery.<init>(RegexpQuery.java:79)
	at org.apache.lucene.search.TestDocValuesRewriteMethod.assertSame(TestDocValuesRewriteMethod.java:117)
	at org.apache.lucene.search.TestDocValuesRewriteMethod.testRegexps(TestDocValuesRewriteMethod.java:109)
	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:520)
	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.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 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:804)


FAILED:  org.apache.lucene.util.automaton.TestMinimize.testMinimizeHuge

Error Message:
10

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 10
	at __randomizedtesting.SeedInfo.seed([524C29D61B1B10F3:6EB6F6FE89840492]:0)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:515)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:540)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:612)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:445)
	at org.apache.lucene.util.automaton.TestMinimize.testMinimizeHuge(TestMinimize.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	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.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 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:804)


FAILED:  org.apache.lucene.util.automaton.TestUTF32ToUTF8.testSpecialCase

Error Message:
source=3 is out of bounds (maxState is 2)

Stack Trace:
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
	at __randomizedtesting.SeedInfo.seed([524C29D61B1B10F3:8767FAA7932AEF9B]:0)
	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
	at org.apache.lucene.util.automaton.TestUTF32ToUTF8.testSpecialCase(TestUTF32ToUTF8.java:165)
	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:520)
	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.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 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:804)


FAILED:  org.apache.lucene.util.automaton.TestUTF32ToUTF8.testRandomRegexes

Error Message:
source=3 is out of bounds (maxState is 2)

Stack Trace:
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
	at __randomizedtesting.SeedInfo.seed([524C29D61B1B10F3:AEE85CD572720E9A]:0)
	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:512)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
	at org.apache.lucene.util.automaton.TestUTF32ToUTF8.testRandomRegexes(TestUTF32ToUTF8.java:207)
	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:520)
	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.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 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:804)




Build Log:
[...truncated 787 lines...]
   [junit4] Suite: org.apache.lucene.index.TestDuelingCodecs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDuelingCodecs -Dtests.method=testCrazyReaderEquals -Dtests.seed=524C29D61B1B10F3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=so-KE -Dtests.timezone=Asia/Irkutsk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   4.97s J1 | TestDuelingCodecs.testCrazyReaderEquals <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([524C29D61B1B10F3:E676F3EA1752CDF0]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:519)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.assertTermsEquals(LuceneTestCase.java:2025)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.assertFieldsEquals(LuceneTestCase.java:1987)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.assertReaderEquals(LuceneTestCase.java:1947)
   [junit4]    > 	at org.apache.lucene.index.TestDuelingCodecs.testCrazyReaderEquals(TestDuelingCodecs.java:172)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J1/temp/lucene.index.TestDuelingCodecs_524C29D61B1B10F3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=143, maxMBSortInHeap=4.971640999656618, sim=ClassicSimilarity, locale=so-KE, timezone=Asia/Irkutsk
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=403269976,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldMaskingSpanQuery, TestOmitPositions, FiniteStringsIteratorTest, TestFSTs, TestSpanMultiTermQueryWrapper, TestLongBitSet, TestSpanSearchEquivalence, TestIndexReaderClose, TestIndexWriterExceptions, TestDocumentsWriterDeleteQueue, TestByteArrayDataInput, TestSetOnce, TestBlockPostingsFormat3, TestTopFieldCollector, TestOmitNorms, TestPerFieldPostingsFormat2, TestNamedSPILoader, TestDocsAndPositions, Test2BPostings, TestLucene50FieldInfoFormat, TestMatchAllDocsQuery, TestStressAdvance, TestOrdinalMap, TestNeedsScores, TestRateLimiter, TestByteSlices, TestDirectoryReaderReopen, TestOmitTf, TestLRUQueryCache, TestDocumentsWriterStallControl, TestStressNRT, TestPrefixInBooleanQuery, TestNotDocIdSet, TestSpanCollection, TestFileSwitchDirectory, TestNRTCachingDirectory, TestFieldsReader, TestSegmentMerger, TestIntArrayDocIdSet, TestCachingTokenFilter, TestTragicIndexWriterDeadlock, TestSmallFloat, TestLevenshteinAutomata, TestSimpleExplanations, TestPositionIncrement, TestPackedInts, TestOperations, TestLegacyNumericUtils, TestStringHelper, TestMmapDirectory, TestAllFilesHaveCodecHeader, TestPayloads, TestSegmentTermDocs, TestSynonymQuery, TestReaderWrapperDVTypeCheck, TestCollectionUtil, Test2BSortedDocValuesFixedSorted, TestIndexWriterFromReader, TestBytesRefAttImpl, MultiCollectorTest, TestWildcardRandom, TestSimilarity, TestParallelTermEnum, TestBagOfPostings, TestSloppyMath, TestAllFilesDetectTruncation, TestSimilarityBase, TestSearchAfter, TestAddIndexes, TestDeletionPolicy, TestBasics, TestFlushByRamOrCountsPolicy, TestIndexWriterDelete, TestDuelingCodecs]
   [junit4] Completed [184/412 (1!)] on J1 in 9.50s, 2 tests, 1 error <<< FAILURES!

[...truncated 10 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestMinimize
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMinimize -Dtests.method=testMinimizeHuge -Dtests.seed=524C29D61B1B10F3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mgo -Dtests.timezone=Europe/Prague -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestMinimize.testMinimizeHuge <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 10
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([524C29D61B1B10F3:6EB6F6FE89840492]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:515)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:540)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:612)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:445)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestMinimize.testMinimizeHuge(TestMinimize.java:68)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=mgo, timezone=Europe/Prague
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=341420616,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldMaskingSpanQuery, TestOmitPositions, FiniteStringsIteratorTest, TestFSTs, TestSpanMultiTermQueryWrapper, TestLongBitSet, TestSpanSearchEquivalence, TestIndexReaderClose, TestIndexWriterExceptions, TestDocumentsWriterDeleteQueue, TestByteArrayDataInput, TestSetOnce, TestBlockPostingsFormat3, TestTopFieldCollector, TestOmitNorms, TestPerFieldPostingsFormat2, TestNamedSPILoader, TestDocsAndPositions, Test2BPostings, TestLucene50FieldInfoFormat, TestMatchAllDocsQuery, TestStressAdvance, TestOrdinalMap, TestNeedsScores, TestRateLimiter, TestByteSlices, TestDirectoryReaderReopen, TestOmitTf, TestLRUQueryCache, TestDocumentsWriterStallControl, TestStressNRT, TestPrefixInBooleanQuery, TestNotDocIdSet, TestSpanCollection, TestFileSwitchDirectory, TestNRTCachingDirectory, TestFieldsReader, TestSegmentMerger, TestIntArrayDocIdSet, TestCachingTokenFilter, TestTragicIndexWriterDeadlock, TestSmallFloat, TestLevenshteinAutomata, TestSimpleExplanations, TestPositionIncrement, TestPackedInts, TestOperations, TestLegacyNumericUtils, TestStringHelper, TestMmapDirectory, TestAllFilesHaveCodecHeader, TestPayloads, TestSegmentTermDocs, TestSynonymQuery, TestReaderWrapperDVTypeCheck, TestCollectionUtil, Test2BSortedDocValuesFixedSorted, TestIndexWriterFromReader, TestBytesRefAttImpl, MultiCollectorTest, TestWildcardRandom, TestSimilarity, TestParallelTermEnum, TestBagOfPostings, TestSloppyMath, TestAllFilesDetectTruncation, TestSimilarityBase, TestSearchAfter, TestAddIndexes, TestDeletionPolicy, TestBasics, TestFlushByRamOrCountsPolicy, TestIndexWriterDelete, TestDuelingCodecs, TestNeverDelete, TestMinimize]
   [junit4] Completed [188/412 (2!)] on J1 in 1.46s, 3 tests, 1 error <<< FAILURES!

[...truncated 40 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestUTF32ToUTF8
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUTF32ToUTF8 -Dtests.method=testSpecialCase -Dtests.seed=524C29D61B1B10F3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ml -Dtests.timezone=Europe/Ljubljana -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestUTF32ToUTF8.testSpecialCase <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([524C29D61B1B10F3:8767FAA7932AEF9B]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestUTF32ToUTF8.testSpecialCase(TestUTF32ToUTF8.java:165)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUTF32ToUTF8 -Dtests.method=testRandomRegexes -Dtests.seed=524C29D61B1B10F3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ml -Dtests.timezone=Europe/Ljubljana -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J0 | TestUTF32ToUTF8.testRandomRegexes <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([524C29D61B1B10F3:AEE85CD572720E9A]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:512)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestUTF32ToUTF8.testRandomRegexes(TestUTF32ToUTF8.java:207)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=ml, timezone=Europe/Ljubljana
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=212566480,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [TestSizeBoundedForceMerge, TestBKD, TestMaxPosition, TestSimilarity2, TestPerSegmentDeletes, TestAutomatonQuery, TestIndexWriterCommit, TestVirtualMethod, TestAutomaton, TestDirectPacked, TestTimSorterWorstCase, TestCloseableThreadLocal, TestSimpleFSLockFactory, TestBooleanMinShouldMatch, TestPagedBytes, TestIndexWriterForceMerge, TestTermsEnum, TestLSBRadixSorter, TestBlendedTermQuery, TestStressDeletes, TestDeterminizeLexicon, TestBinaryTerms, TestSpanBoostQuery, TestMultiFields, TestSimilarityProvider, TestIndexWriterLockRelease, TestNativeFSLockFactory, TestBinaryDocument, TestPriorityQueue, TestPerFieldPostingsFormat, TestMultiDocValues, TestShardSearching, TestNGramPhraseQuery, TestDocInverterPerFieldErrorInfo, TestDeterminism, TestSubScorerFreqs, TestIndexWriterMergePolicy, TestUTF32ToUTF8]
   [junit4] Completed [202/412 (3!)] on J0 in 0.06s, 6 tests, 2 errors <<< FAILURES!

[...truncated 72 lines...]
   [junit4] Suite: org.apache.lucene.search.TestDocValuesRewriteMethod
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDocValuesRewriteMethod -Dtests.method=testRegexps -Dtests.seed=524C29D61B1B10F3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mn -Dtests.timezone=America/Porto_Velho -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.12s J0 | TestDocValuesRewriteMethod.testRegexps <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 6
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([524C29D61B1B10F3:B31068C7C5B1477B]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:466)
   [junit4]    > 	at org.apache.lucene.search.RegexpQuery.<init>(RegexpQuery.java:109)
   [junit4]    > 	at org.apache.lucene.search.RegexpQuery.<init>(RegexpQuery.java:79)
   [junit4]    > 	at org.apache.lucene.search.TestDocValuesRewriteMethod.assertSame(TestDocValuesRewriteMethod.java:117)
   [junit4]    > 	at org.apache.lucene.search.TestDocValuesRewriteMethod.testRegexps(TestDocValuesRewriteMethod.java:109)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {=Lucene50(blocksize=128), id=PostingsFormat(name=Memory doPackFST= false)}, docValues:{=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=46, maxMBSortInHeap=6.914675094841021, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=mn, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=142797992,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [TestSizeBoundedForceMerge, TestBKD, TestMaxPosition, TestSimilarity2, TestPerSegmentDeletes, TestAutomatonQuery, TestIndexWriterCommit, TestVirtualMethod, TestAutomaton, TestDirectPacked, TestTimSorterWorstCase, TestCloseableThreadLocal, TestSimpleFSLockFactory, TestBooleanMinShouldMatch, TestPagedBytes, TestIndexWriterForceMerge, TestTermsEnum, TestLSBRadixSorter, TestBlendedTermQuery, TestStressDeletes, TestDeterminizeLexicon, TestBinaryTerms, TestSpanBoostQuery, TestMultiFields, TestSimilarityProvider, TestIndexWriterLockRelease, TestNativeFSLockFactory, TestBinaryDocument, TestPriorityQueue, TestPerFieldPostingsFormat, TestMultiDocValues, TestShardSearching, TestNGramPhraseQuery, TestDocInverterPerFieldErrorInfo, TestDeterminism, TestSubScorerFreqs, TestIndexWriterMergePolicy, TestUTF32ToUTF8, TestLucene50CompoundFormat, TestFilterIterator, TestDocIdSetBuilder, TestPersistentSnapshotDeletionPolicy, Test4GBStoredFields, TestMultiTermConstantScore, TestSimpleAttributeImpl, TestSortRandom, TestDocValuesRewriteMethod]
   [junit4] Completed [226/412 (4!)] on J0 in 0.20s, 2 tests, 1 error <<< FAILURES!

[...truncated 640 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 412 suites (1 ignored), 3446 tests, 5 errors, 59 ignored (55 assumptions) [seed: 524C29D61B1B10F3]

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16120/
Java: 64bit/jdk1.8.0_72 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testMaxTime

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([9ECA3795EF0F5A3C:43E4A777195C600]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:764)
	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">530</int><arr name="range_facet_l"><long>530</long></arr><arr name="range_facet_l_dv"><long>530</long></arr><arr name="range_facet_i_dv"><int>530</int></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><long name="_version_">1528046642664570880</long><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2016-03-06T10:07:17.38Z</date></doc></result>
</response>

	request was:q=id:530&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:757)
	... 40 more




Build Log:
[...truncated 11461 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001
   [junit4]   2> 999249 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 999249 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 999249 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 999249 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 999249 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 999250 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 999250 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 999264 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 999270 WARN  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 999272 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 999287 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 999290 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 999361 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 999365 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 999366 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 999369 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 999370 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 999371 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 999371 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 999371 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 999371 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 999371 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 999371 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 999371 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 999371 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1704327346
   [junit4]   2> 999371 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 999371 WARN  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 999372 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 999373 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 999374 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 999374 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 999374 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 999374 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 999374 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001, shard=shard1}
   [junit4]   2> 999375 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 999375 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 999375 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 999376 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 999376 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 999388 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 999393 WARN  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 999395 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 999409 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 999412 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 999470 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 999474 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 999474 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 999477 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 999478 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 999479 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 999479 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 999480 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 999480 INFO  (coreLoadExecutor-3484-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 999480 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 999480 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/]
   [junit4]   2> 999480 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52433d23
   [junit4]   2> 999480 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001
   [junit4]   2> 999480 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/index/
   [junit4]   2> 999480 WARN  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 999481 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/index
   [junit4]   2> 999481 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7761808648864852]
   [junit4]   2> 999481 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@50bfb1f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d82487e),segFN=segments_1,generation=1}
   [junit4]   2> 999481 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 999481 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 999483 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 999484 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 999485 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 999486 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 999486 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 999488 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 999489 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 999490 WARN  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 999490 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 999490 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 999490 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 999503 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 999504 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 999504 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.2958984375, noCFSRatio=0.6463423936906831]
   [junit4]   2> 999504 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@50bfb1f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d82487e),segFN=segments_1,generation=1}
   [junit4]   2> 999504 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 999504 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@53565f9[collection1] main]
   [junit4]   2> 999504 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 999504 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 999504 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 999504 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 999525 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 999604 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 999604 INFO  (searcherExecutor-3485-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 999605 INFO  (searcherExecutor-3485-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 999605 INFO  (searcherExecutor-3485-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 999605 INFO  (searcherExecutor-3485-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 999605 INFO  (searcherExecutor-3485-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 999605 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 999605 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 999605 INFO  (searcherExecutor-3485-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 999605 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 999605 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1528046633524133888
   [junit4]   2> 999605 INFO  (searcherExecutor-3485-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 999605 INFO  (searcherExecutor-3485-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 999605 INFO  (searcherExecutor-3485-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 999606 INFO  (searcherExecutor-3485-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@53565f9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 999607 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1528046633524133888
   [junit4]   2> 999607 INFO  (coreLoadExecutor-3484-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 999608 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 999610 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 999612 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1528046633529376768)} 0 2
   [junit4]   2> 999614 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 999614 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 999614 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 999614 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 999614 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 999628 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 999633 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 999635 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 999650 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 999654 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 999712 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 999716 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 999717 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 999719 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 999720 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 999721 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 999721 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 999722 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 999722 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 999723 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/]
   [junit4]   2> 999723 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52433d23
   [junit4]   2> 999723 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/index/
   [junit4]   2> 999723 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/
   [junit4]   2> 999725 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 999726 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 999726 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 999726 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 999726 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 999726 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 999726 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 999726 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 999726 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 999726 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 999726 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 999726 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 999727 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 999728 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 999728 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 999729 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 999732 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 999733 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 999733 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 999734 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 999734 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 999734 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 999734 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5934289[collection1] main]
   [junit4]   2> 999734 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 999734 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 999735 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 999735 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 999735 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 999737 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 999737 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 999738 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 999738 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 999738 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 999738 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 999738 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 999738 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 999738 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 999738 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 999738 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 999738 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 999738 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 999739 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5934289[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 999740 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1528046633529376768
   [junit4]   2> 999740 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 999741 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=21.185546875, floorSegmentMB=0.2861328125, forceMergeDeletesPctAllowed=29.296069762741286, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 999741 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@50bfb1f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d82487e),segFN=segments_1,generation=1}
   [junit4]   2> 999742 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 999742 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 999742 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@a8e996f[collection1] main]
   [junit4]   2> 999742 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 999742 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@18b7242b
   [junit4]   2> 999742 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    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=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 999742 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 999743 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@a8e996f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 999750 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1528046633675128832)]} 0 1
   [junit4]   2> 999750 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1003750 INFO  (commitScheduler-3493-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1003754 INFO  (commitScheduler-3493-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b78cd1a[collection1] main]
   [junit4]   2> 1003755 INFO  (commitScheduler-3493-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1003767 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b78cd1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 1004003 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1528046638134722560)]} 0 4253
   [junit4]   2> 1004003 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1004003 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1528046638135771136)]} 0 4254
   [junit4]   2> 1004004 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1005004 INFO  (commitScheduler-3493-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1005006 INFO  (commitScheduler-3493-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@764e28b3[collection1] main]
   [junit4]   2> 1005006 INFO  (commitScheduler-3493-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1005007 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@764e28b3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 1005255 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1005255 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1005256 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1528046639449636864)]} 0 5507
   [junit4]   2> 1005257 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1528046639449636865)]} 0 5507
   [junit4]   2> 1005257 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1528046639450685440)]} 0 5507
   [junit4]   2> 1005257 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1528046639450685441)]} 0 5508
   [junit4]   2> 1005257 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1528046639450685442)]} 0 5508
   [junit4]   2> 1005257 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1528046639450685443)]} 0 5508
   [junit4]   2> 1005257 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1528046639450685444)]} 0 5508
   [junit4]   2> 1005257 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1528046639450685445)]} 0 5508
   [junit4]   2> 1005257 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1528046639450685446)]} 0 5508
   [junit4]   2> 1005257 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1528046639450685447)]} 0 5508
   [junit4]   2> 1005258 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1005258 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1528046639451734016)]} 0 5509
   [junit4]   2> 1005258 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1528046639451734017)]} 0 5509
   [junit4]   2> 1005258 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1528046639451734018)]} 0 5509
   [junit4]   2> 1005258 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1528046639451734019)]} 0 5509
   [junit4]   2> 1005258 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1528046639451734020)]} 0 5509
   [junit4]   2> 1005258 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1528046639451734021)]} 0 5509
   [junit4]   2> 1005258 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1528046639451734022)]} 0 5509
   [junit4]   2> 1005259 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1528046639452782592)]} 0 5509
   [junit4]   2> 1005259 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1528046639452782593)]} 0 5509
   [junit4]   2> 1005259 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1528046639452782594)]} 0 5509
   [junit4]   2> 1005259 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1006258 INFO  (commitScheduler-3493-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1006261 INFO  (commitScheduler-3493-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@38efb18[collection1] main]
   [junit4]   2> 1006261 INFO  (commitScheduler-3493-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1006262 INFO  (searcherExecutor-3490-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@38efb18[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C10/9:delGen=1)))}
   [junit4]   2> 1006510 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1006510 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1006510 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 1006513 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1006514 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b02c08b[collection1] realtime]
   [junit4]   2> 1006514 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1528046640767696896)} 0 1
   [junit4]   2> 1006514 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1006515 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1006515 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1006515 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1006515 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1006529 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1006534 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1006536 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1006549 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1006553 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1006609 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1006613 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1006613 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1006616 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1006617 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1006618 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1006618 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1006619 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1006619 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1006620 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/]
   [junit4]   2> 1006620 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52433d23
   [junit4]   2> 1006620 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/index/
   [junit4]   2> 1006620 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/
   [junit4]   2> 1006623 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1006623 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1006623 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1006623 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1006624 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1006624 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1006624 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1006624 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1006624 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1006624 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1006624 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1006624 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1006625 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1006626 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1006626 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1006627 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1006630 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1006632 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1006633 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1006633 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1006633 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1006633 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1006633 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@713010f5[collection1] main]
   [junit4]   2> 1006634 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1006634 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1006634 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1006634 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1006634 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1006638 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1006638 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1006638 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1006638 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1006638 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1006638 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1006638 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1006638 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1006638 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1006639 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1006639 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1006639 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1006639 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1006640 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@713010f5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1006641 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1528046640767696896
   [junit4]   2> 1006641 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1006641 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@50bfb1f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d82487e),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@50bfb1f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d82487e),segFN=segments_2,generation=2}
   [junit4]   2> 1006641 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1006641 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1006641 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@50bfb1f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d82487e),segFN=segments_2,generation=2}
   [junit4]   2> 1006642 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1006642 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1006642 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5641dc7c[collection1] main]
   [junit4]   2> 1006642 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1006642 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@69ebb4ff
   [junit4]   2> 1006642 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=12,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=12,cumulative_deletesById=11,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1006642 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1006642 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5641dc7c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1006658 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1528046640918691840)]} 0 0
   [junit4]   2> 1006658 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1528046640919740416)]} 0 1
   [junit4]   2> 1006658 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1528046640919740417)]} 0 1
   [junit4]   2> 1006658 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1528046640919740418)]} 0 1
   [junit4]   2> 1006659 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1528046640920788992)]} 0 1
   [junit4]   2> 1006659 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1528046640920788993)]} 0 2
   [junit4]   2> 1006659 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1528046640920788994)]} 0 2
   [junit4]   2> 1006659 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1528046640920788995)]} 0 2
   [junit4]   2> 1006659 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1528046640920788996)]} 0 2
   [junit4]   2> 1006660 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1528046640920788997)]} 0 2
   [junit4]   2> 1006660 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1528046640921837568)]} 0 2
   [junit4]   2> 1006660 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1528046640921837569)]} 0 3
   [junit4]   2> 1006661 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1528046640922886144)]} 0 4
   [junit4]   2> 1006661 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1528046640922886145)]} 0 4
   [junit4]   2> 1006661 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1006662 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1528046640923934720)]} 0 5
   [junit4]   2> 1006663 INFO  (commitScheduler-3497-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1006668 INFO  (commitScheduler-3497-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@50af141f[collection1] main]
   [junit4]   2> 1006668 INFO  (commitScheduler-3497-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1006669 INFO  (searcherExecutor-3494-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@50af141f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):C15)))}
   [junit4]   2> 1006913 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1528046641186078720)]} 0 255
   [junit4]   2> 1006914 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1006914 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1006914 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1006917 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1006921 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d7beae1[collection1] realtime]
   [junit4]   2> 1006921 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1528046641191321600)} 0 4
   [junit4]   2> 1006921 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1006921 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1006921 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1006922 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1006922 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1006936 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1006941 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1006943 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1006957 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1006961 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1007019 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1007022 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1007023 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1007026 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1007027 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1007028 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1007028 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1007029 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1007029 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1007029 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/]
   [junit4]   2> 1007030 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52433d23
   [junit4]   2> 1007030 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/index/
   [junit4]   2> 1007030 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1007033 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1007034 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1007035 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1007035 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1007036 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1007039 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1007040 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1007041 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1007041 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1007041 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1007041 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1007042 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@33f3e134[collection1] main]
   [junit4]   2> 1007042 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9ECA3795EF0F5A3C]) [    x:collection1] 

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

"range_facet_i_dv"><int>530</int></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><long name="_version_">1528046642664570880</long><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2016-03-06T10:07:17.38Z</date></doc></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:530&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:757)
   [junit4]    > 	... 40 more
   [junit4]   2> 1009807 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1009807 INFO  (SUITE-AutoCommitTest-seed#[9ECA3795EF0F5A3C]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1704327346
   [junit4]   2> 1009808 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@269549c2
   [junit4]   2> 1009808 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommit maxTime=1000ms,soft autocommits=2,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1009808 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1009808 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1009808 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1009808 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1009809 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@50bfb1f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d82487e),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@50bfb1f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d82487e),segFN=segments_4,generation=4}
   [junit4]   2> 1009809 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 1009810 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1009816 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1009816 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001;done=false>>]
   [junit4]   2> 1009816 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001
   [junit4]   2> 1009816 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1009816 INFO  (coreCloseExecutor-3502-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9ECA3795EF0F5A3C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {range_facet_l_dv=FSTOrd50, _version_=FST50, field_t=FSTOrd50, multiDefault=PostingsFormat(name=LuceneFixedGap), subject=PostingsFormat(name=LuceneFixedGap), intDefault=FST50, id=FSTOrd50, range_facet_i_dv=PostingsFormat(name=LuceneFixedGap), text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=PostingsFormat(name=LuceneFixedGap), timestamp=PostingsFormat(name=LuceneFixedGap)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=495, maxMBSortInHeap=4.274318330097798, sim=ClassicSimilarity, locale=tr-TR, timezone=America/Argentina/San_Juan
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=12,threads=1,free=373991560,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateRequestProcessorFactoryTest, TestCloudManagedSchema, TimeZoneUtilsTest, CSVRequestHandlerTest, TestBM25SimilarityFactory, ConvertedLegacyTest, TestScoreJoinQPScore, TestUseDocValuesAsStored, TestSolrDeletionPolicy2, SolrIndexConfigTest, TestMissingGroups, SolrIndexSplitterTest, TestSimpleTrackingShardHandler, TestMinMaxOnMultiValuedField, TestIntervalFaceting, SortByFunctionTest, ChaosMonkeySafeLeaderTest, TestReRankQParserPlugin, HdfsCollectionsAPIDistributedZkTest, TestEmbeddedSolrServerConstructors, TestTrieFacet, TestCursorMarkWithoutUniqueKey, ConjunctionSolrSpellCheckerTest, TestBinaryResponseWriter, VersionInfoTest, TermVectorComponentTest, TestRequestForwarding, CoreAdminCreateDiscoverTest, ShardRoutingTest, RuleEngineTest, TestCodecSupport, MultiTermTest, ConfigSetsAPITest, SimplePostToolTest, TestManagedStopFilterFactory, UniqFieldsUpdateProcessorFactoryTest, DirectoryFactoryTest, TestSolr4Spatial2, OpenExchangeRatesOrgProviderTest, TestManagedResourceStorage, TestHashQParserPlugin, TestSolrCoreProperties, DistributedVersionInfoTest, SpellPossibilityIteratorTest, OverriddenZkACLAndCredentialsProvidersTest, TestRandomRequestDistribution, RankQueryTest, HdfsBasicDistributedZkTest, TestSchemaSimilarityResource, TestFastLRUCache, MoreLikeThisHandlerTest, DistributedTermsComponentTest, HdfsWriteToMultipleCollectionsTest, TestCollationFieldDocValues, TestFileDictionaryLookup, DistribDocExpirationUpdateProcessorTest, MinimalSchemaTest, AnalysisErrorHandlingTest, TestDFRSimilarityFactory, TestQueryWrapperFilter, TestWordDelimiterFilterFactory, OpenCloseCoreStressTest, DeleteInactiveReplicaTest, TestQuerySenderListener, TestRuleBasedAuthorizationPlugin, DirectSolrSpellCheckerTest, HLLUtilTest, SpatialFilterTest, DistributedFacetPivotLongTailTest, TestConfigSetProperties, BlockJoinFacetSimpleTest, TestFieldResource, TestClassNameShortening, TestPartialUpdateDeduplication, ClusterStateUpdateTest, HdfsDirectoryTest, TestTrie, DOMUtilTest, SoftAutoCommitTest, TestImplicitCoreProperties, TestNRTOpen, SchemaVersionSpecificBehaviorTest, HighlighterTest, TestDistribDocBasedVersion, AsyncMigrateRouteKeyTest, ZkControllerTest, NumericFieldsTest, TestSolrQueryResponse, DistributedFacetPivotWhiteBoxTest, CheckHdfsIndexTest, SpellCheckCollatorTest, MBeansHandlerTest, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, RecoveryZkTest, LeaderElectionTest, ZkSolrClientTest, AutoCommitTest]
   [junit4] Completed [304/582 (1!)] on J1 in 10.58s, 3 tests, 1 error <<< FAILURES!

[...truncated 899 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 582 suites (8 ignored), 2344 tests, 1 error, 117 ignored (71 assumptions) [seed: 9ECA3795EF0F5A3C]

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



[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+107) - Build # 16119 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16119/
Java: 64bit/jdk-9-ea+107 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.UnloadDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=8490, name=testExecutor-3558-thread-1, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8490, name=testExecutor-3558-thread-1, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:46143/_/dr
	at __randomizedtesting.SeedInfo.seed([9F0235626C0C6D66]:0)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:583)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1158)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
	at java.lang.Thread.run(Thread.java:804)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:46143/_/dr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:588)
	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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:581)
	... 4 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	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)
	... 8 more




Build Log:
[...truncated 11435 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/init-core-data-001
   [junit4]   2> 717187 INFO  (SUITE-UnloadDistributedZkTest-seed#[9F0235626C0C6D66]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/dr
   [junit4]   2> 717188 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 717189 INFO  (Thread-2638) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 717189 INFO  (Thread-2638) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 717289 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.ZkTestServer start zk server on port:52821
   [junit4]   2> 717289 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 717289 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 717290 INFO  (zkCallback-1821-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@703f191e name:ZooKeeperConnection Watcher:127.0.0.1:52821 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 717290 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 717290 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 717291 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 717292 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 717292 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 717292 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e499a4a name:ZooKeeperConnection Watcher:127.0.0.1:52821/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 717292 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 717293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 717293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 717293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 717293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 717294 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 717294 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 717294 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 717295 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 717295 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 717295 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 717295 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 717296 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 717296 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 717296 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 717296 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 717297 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 717297 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 717297 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 717297 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 717298 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 717298 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 717298 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 717299 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 717299 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 717299 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 717300 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 717300 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 717349 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores/collection1
   [junit4]   2> 717351 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 717351 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@53f47d58{/_/dr,null,AVAILABLE}
   [junit4]   2> 717355 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.e.j.s.ServerConnector Started ServerConnector@345931c7{HTTP/1.1,[http/1.1]}{127.0.0.1:42400}
   [junit4]   2> 717355 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.e.j.s.Server Started @719024ms
   [junit4]   2> 717356 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/tempDir-001/control/data, hostContext=/_/dr, hostPort=42400, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores}
   [junit4]   2> 717356 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1963006a
   [junit4]   2> 717356 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001'
   [junit4]   2> 717356 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 717356 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 717356 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 717356 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 717357 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1393858a name:ZooKeeperConnection Watcher:127.0.0.1:52821/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 717357 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 717357 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 717358 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 717358 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/solr.xml
   [junit4]   2> 717361 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores
   [junit4]   2> 717361 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CoreContainer New CoreContainer 313982946
   [junit4]   2> 717361 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001]
   [junit4]   2> 717361 WARN  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/lib
   [junit4]   2> 717361 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] 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> 717362 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 717362 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 717362 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 717362 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52821/solr
   [junit4]   2> 717362 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 717362 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 717363 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 717364 INFO  (zkCallback-1826-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@759f9bed name:ZooKeeperConnection Watcher:127.0.0.1:52821 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 717364 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 717364 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 717365 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 717366 INFO  (zkCallback-1827-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5bf92141 name:ZooKeeperConnection Watcher:127.0.0.1:52821/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 717366 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 717367 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 717367 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 717368 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 717369 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 717369 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 717369 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 717370 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 717370 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 717371 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 717371 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 717371 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 717372 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 717372 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 717372 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 717372 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000
   [junit4]   2> 717372 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42400__%2Fdr
   [junit4]   2> 717373 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 717373 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.Overseer Overseer (id=95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) starting
   [junit4]   2> 717373 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 717375 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 717375 INFO  (OverseerCollectionConfigSetProcessor-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 717375 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42400__%2Fdr
   [junit4]   2> 717376 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 717376 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42400__%2Fdr
   [junit4]   2> 717377 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 717377 INFO  (zkCallback-1827-thread-1) [    ] 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> 717377 INFO  (zkCallback-1827-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 717381 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 717381 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 717381 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores
   [junit4]   2> 717382 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] 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> 717382 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores/collection1
   [junit4]   2> 717382 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 717411 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 717411 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 717411 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 717411 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 717412 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] 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:42400/_/dr",
   [junit4]   2>   "node_name":"127.0.0.1:42400__%2Fdr",
   [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> 717412 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 717412 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] 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:42400/_/dr",
   [junit4]   2>   "node_name":"127.0.0.1:42400__%2Fdr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 717412 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 717412 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 717413 INFO  (zkCallback-1827-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> 718412 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 718412 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 718412 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 718412 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 718413 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 718413 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores/collection1'
   [junit4]   2> 718413 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 718413 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 718414 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 718418 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 718421 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 718429 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 718433 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 718514 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 718517 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 718518 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 718521 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 718522 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 718523 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 718524 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 718524 INFO  (coreLoadExecutor-3480-thread-1) [    ] 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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 718524 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 718524 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 718525 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores/collection1/data/]
   [junit4]   2> 718525 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1208c128
   [junit4]   2> 718525 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores/collection1/data
   [junit4]   2> 718525 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores/collection1/data/index/
   [junit4]   2> 718525 WARN  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 718525 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores/collection1/data/index
   [junit4]   2> 718525 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3320644344079667]
   [junit4]   2> 718526 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12d86dfc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@485ea419),segFN=segments_1,generation=1}
   [junit4]   2> 718526 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 718526 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores/collection1/data/
   [junit4]   2> 718526 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 718528 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 718528 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 718528 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 718528 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 718528 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 718528 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 718528 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 718528 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 718528 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 718528 WARN  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 718529 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 718530 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 718530 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 718531 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 718532 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/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> 718532 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 718533 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 718533 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 718533 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 718533 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 718533 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8705719448878266]
   [junit4]   2> 718534 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12d86dfc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@485ea419),segFN=segments_1,generation=1}
   [junit4]   2> 718534 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 718534 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6cad5a6c[collection1] main]
   [junit4]   2> 718534 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 718534 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 718534 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 718534 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 718534 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 718535 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 718535 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 718535 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 718535 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 718535 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 718535 INFO  (searcherExecutor-3481-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6cad5a6c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 718535 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 718535 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 718535 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 718535 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1528038742016655360
   [junit4]   2> 718537 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1528038742016655360
   [junit4]   2> 718537 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 718538 INFO  (coreLoadExecutor-3480-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 718538 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:42400/_/dr collection:control_collection shard:shard1
   [junit4]   2> 718538 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 718539 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95502421287829508-core_node1-n_0000000000
   [junit4]   2> 718540 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 718540 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 718540 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 718540 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42400/_/dr/collection1/
   [junit4]   2> 718540 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 718540 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:42400/_/dr/collection1/ has no replicas
   [junit4]   2> 718540 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] 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> 718540 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 718541 INFO  (coreZkRegister-3474-thread-1) [    ] 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/95502421287829508-core_node1-n_0000000000
   [junit4]   2> 718542 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42400/_/dr/collection1/ shard1
   [junit4]   2> 718542 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] 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:42400/_/dr",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 718643 INFO  (zkCallback-1827-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> 718692 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:42400/_/dr/collection1/ and leader is http://127.0.0.1:42400/_/dr/collection1/
   [junit4]   2> 718692 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42400/_/dr
   [junit4]   2> 718692 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 718692 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 718692 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 718693 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] 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:42400/_/dr",
   [junit4]   2>   "node_name":"127.0.0.1:42400__%2Fdr",
   [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> 718693 INFO  (coreZkRegister-3474-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 718693 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] 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:42400/_/dr",
   [junit4]   2>   "node_name":"127.0.0.1:42400__%2Fdr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 718794 INFO  (zkCallback-1827-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> 718912 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 718912 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 718913 INFO  (zkCallback-1829-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@130d0478 name:ZooKeeperConnection Watcher:127.0.0.1:52821/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 718913 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 718914 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 718914 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 718914 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 718915 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 718915 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 718915 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 718915 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 718915 INFO  (zkCallback-1830-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5ade6a90 name:ZooKeeperConnection Watcher:127.0.0.1:52821/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 718916 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 718916 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 718917 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] 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: 3
   [junit4]   2> 718917 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 718969 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores/collection1
   [junit4]   2> 718970 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001
   [junit4]   2> 718970 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 718971 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25d50fdb{/_/dr,null,AVAILABLE}
   [junit4]   2> 718971 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.e.j.s.ServerConnector Started ServerConnector@256d5659{HTTP/1.1,[http/1.1]}{127.0.0.1:46508}
   [junit4]   2> 718972 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.e.j.s.Server Started @720640ms
   [junit4]   2> 718972 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_/dr, hostPort=46508, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores}
   [junit4]   2> 718972 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1963006a
   [junit4]   2> 718972 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001'
   [junit4]   2> 718972 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 718972 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 718972 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 718972 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 718973 INFO  (zkCallback-1831-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@74ba762a name:ZooKeeperConnection Watcher:127.0.0.1:52821/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 718973 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 718973 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 718974 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 718974 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/solr.xml
   [junit4]   2> 718977 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores
   [junit4]   2> 718977 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CoreContainer New CoreContainer 1551212588
   [junit4]   2> 718977 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001]
   [junit4]   2> 718977 WARN  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/lib
   [junit4]   2> 718977 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] 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> 718978 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 718979 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 718979 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 718979 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52821/solr
   [junit4]   2> 718979 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 718979 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 718979 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 718980 INFO  (zkCallback-1834-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51f28df3 name:ZooKeeperConnection Watcher:127.0.0.1:52821 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 718980 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 718981 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 718981 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 718982 INFO  (zkCallback-1835-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4b9627db name:ZooKeeperConnection Watcher:127.0.0.1:52821/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 718982 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 718984 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 718984 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 718985 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 718985 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95502421287829513-127.0.0.1:46508__%2Fdr-n_0000000001
   [junit4]   2> 718986 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000 to know if I could be the leader
   [junit4]   2> 718986 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:46508__%2Fdr as DOWN
   [junit4]   2> 718987 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46508__%2Fdr"} current state version: 3
   [junit4]   2> 718987 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46508__%2Fdr
   [junit4]   2> 718988 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 719089 INFO  (zkCallback-1829-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> 719089 INFO  (zkCallback-1827-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> 719089 INFO  (zkCallback-1835-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> 719987 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46508__%2Fdr
   [junit4]   2> 719988 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46508__%2Fdr
   [junit4]   2> 719988 INFO  (zkCallback-1835-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 719988 INFO  (zkCallback-1827-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 719988 INFO  (zkCallback-1829-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 719988 INFO  (zkCallback-1835-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 719988 INFO  (zkCallback-1827-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 719989 INFO  (zkCallback-1829-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 719996 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 719997 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 719997 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores
   [junit4]   2> 719998 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 719998 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores/collection1
   [junit4]   2> 719998 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 719999 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 719999 INFO  (TEST-UnloadDistributedZkTest.test-seed#[9F0235626C0C6D66]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 719999 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 719999 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 719999 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 719999 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 719999 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] 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:46508/_/dr",
   [junit4]   2>   "node_name":"127.0.0.1:46508__%2Fdr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 719999 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 719999 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 719999 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:46508/_/dr",
   [junit4]   2>   "node_name":"127.0.0.1:46508__%2Fdr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 720000 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 720000 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 720101 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 720101 INFO  (zkCallback-1835-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 720101 INFO  (zkCallback-1835-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 721000 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 721000 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 721000 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 721000 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 721000 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 721000 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores/collection1'
   [junit4]   2> 721000 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 721000 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 721001 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 721004 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 721006 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 721011 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 721014 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 721067 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 721070 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 721070 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 721073 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 721074 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 721075 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 721075 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 721076 INFO  (coreLoadExecutor-3491-thread-1) [    ] 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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 721076 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 721076 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 721076 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 721076 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1208c128
   [junit4]   2> 721077 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores/collection1/data
   [junit4]   2> 721077 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 721077 WARN  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 721077 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 721077 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3320644344079667]
   [junit4]   2> 721077 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7f399ce9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fe4bf79),segFN=segments_1,generation=1}
   [junit4]   2> 721077 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 721077 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 721077 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_9F0235626C0C6D66-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 721080 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 721080 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 721080 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 721080 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 721080 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 721080 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 721080 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 721080 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 721080 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 721080 WARN  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 721081 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721081 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721082 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721082 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 721084 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/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> 721085 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 721085 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 721085 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 721085 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 721085 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 721086 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8705719448878266]
   [junit4]   2> 721086 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7f399ce9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fe4bf79),segFN=segments_1,generation=1}
   [junit4]   2> 721086 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 721086 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@20f21e53[collection1] main]
   [junit4]   2> 721086 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 721087 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 721087 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 721087 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 721087 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 721087 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 721087 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 721087 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 721087 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 721087 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 721087 INFO  (searcherExecutor-3492-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@20f21e53[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 721088 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 721088 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 721088 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 721088 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1528038744693669888
   [junit4]   2> 721089 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1528038744693669888
   [junit4]   2> 721089 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 721089 INFO  (coreLoadExecutor-3491-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 721090 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:46508/_/dr collection:collection1 shard:shard2
   [junit4]   2> 721090 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 721091 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/collection1/leader_elect/shard2/election/95502421287829513-core_node1-n_0000000000
   [junit4]   2> 721091 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard2 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 721092 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 721092 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 721092 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46508/_/dr/collection1/
   [junit4]   2> 721092 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 721092 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:46508/_/dr/collection1/ has no replicas
   [junit4]   2> 721092 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1"} current state version: 4
   [junit4]   2> 721092 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 721093 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/95502421287829513-core_node1-n_0000000000
   [junit4]   2> 721093 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46508/_/dr/collection1/ shard2
   [junit4]   2> 721093 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:46508/_/dr",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 4
   [junit4]   2> 721194 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 721194 INFO  (zkCallback-1835-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 721195 INFO  (zkCallback-1835-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
   [junit4]   2> 721244 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:46508/_/dr/collection1/ and leader is http://127.0.0.1:46508/_/dr/collection1/
   [junit4]   2> 721244 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46508/_/dr
   [junit4]   2> 721244 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 721244 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 721244 INFO  (coreZkRegister-3486-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 721244 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] 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:46508/_/dr",
   [junit4]   2>   "node_name":"127.0.0.1:46508__%2Fdr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 721245 INFO  (OverseerStateUpdate-95502421287829508-127.0.0.1:42400__%2Fdr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 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:46508/_/dr",
   [junit4]   2>   "node_name":"127.0.0.

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

 	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]    > 	... 8 moreThrowable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8499, name=testExecutor-3558-thread-9, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:46143/_/dr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9F0235626C0C6D66]:0)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:583)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1158)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:46143/_/dr
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:588)
   [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.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:581)
   [junit4]    > 	... 4 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:170)
   [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]    > 	... 8 more
   [junit4]   2> 851461 INFO  (SUITE-UnloadDistributedZkTest-seed#[9F0235626C0C6D66]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Mar 06, 2016 8:03:55 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {other_tl1=FST50, range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=FST50, multiDefault=PostingsFormat(name=Direct), a_t=FST50, intDefault=FST50, a_i1=FST50, id=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_i_dv=FST50, text=FSTOrd50, range_facet_l=FST50, timestamp=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1255, maxMBSortInHeap=5.966875763232368, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=saq-KE, timezone=Australia/West
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=161951344,total=509804544
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleQParserPlugin, TestRequestStatusCollectionAPI, TestSearchPerf, TestFuzzyAnalyzedSuggestions, ZkStateWriterTest, TestCharFilters, SuggesterTest, TestZkChroot, TestSort, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, TestManagedSchemaFieldResource, QueryParsingTest, GraphQueryTest, TestReloadAndDeleteDocs, TestJmxMonitoredMap, TestPerFieldSimilarityWithDefaultOverride, CurrencyFieldXmlFileTest, TestExceedMaxTermLength, ClusterStateTest, TestRestManager, TestSolrJ, CdcrRequestHandlerTest, TestCollectionAPI, XmlUpdateRequestHandlerTest, CoreAdminHandlerTest, TestLeaderInitiatedRecoveryThread, CollectionsAPISolrJTest, SolrTestCaseJ4Test, TestInfoStreamLogging, TestDistribIDF, DeleteStatusTest, HdfsChaosMonkeyNothingIsSafeTest, TestXIncludeConfig, TestAuthorizationFramework, TestJettySolrRunner, PrimitiveFieldTypeTest, TestStressReorder, TestSuggestSpellingConverter, HdfsLockFactoryTest, FieldAnalysisRequestHandlerTest, TestRandomCollapseQParserPlugin, HighlighterMaxOffsetTest, TestRebalanceLeaders, TestJsonRequest, TestSolrIndexConfig, VMParamsZkACLAndCredentialsProvidersTest, DistanceUnitsTest, DateRangeFieldTest, TestDownShardTolerantSearch, DirectSolrConnectionTest, TestFastWriter, TestDynamicFieldResource, TestSolrConfigHandlerCloud, ReplicationFactorTest, DebugComponentTest, TestExtendedDismaxParser, SecurityConfHandlerTest, TestWriterPerf, BadIndexSchemaTest, TestOrdValues, TestClassicSimilarityFactory, OverseerCollectionConfigSetProcessorTest, SpatialRPTFieldTypeTest, DateMathParserTest, RecoveryZkTest, UpdateParamsTest, TestXmlQParser, TestPostingsSolrHighlighter, SortSpecParsingTest, TestStressRecovery, BlockDirectoryTest, DocValuesMultiTest, LukeRequestHandlerTest, TestElisionMultitermQuery, ShowFileRequestHandlerTest, PluginInfoTest, TestPHPSerializedResponseWriter, TestCSVResponseWriter, StatsComponentTest, BadComponentTest, BlockJoinFacetDistribTest, TestSweetSpotSimilarityFactory, BinaryUpdateRequestHandlerTest, TestSolrCLIRunExample, TestCloudManagedSchemaConcurrent, SimpleFacetsTest, TestMacros, DeleteLastCustomShardedReplicaTest, SuggesterTSTTest, TestRawResponseWriter, CollectionStateFormat2Test, TestLRUStatsCache, TestIndexSearcher, BasicDistributedZkTest, UnloadDistributedZkTest]
   [junit4] Completed [294/582 (1!)] on J2 in 134.66s, 1 test, 1 error <<< FAILURES!

[...truncated 939 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 582 suites (8 ignored), 2344 tests, 1 error, 118 ignored (71 assumptions) [seed: 9F0235626C0C6D66]

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