Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2468/
5 tests failed.
FAILED: org.apache.solr.util.SimplePostToolTest.testTypeSupported
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([EE08293502BF8643:7ABC1FD61580272C]: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.util.SimplePostToolTest.testTypeSupported(SimplePostToolTest.java:116)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.HttpPartitionTest.testDistribSearch
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
at
__randomizedtesting.SeedInfo.seed([EE08293502BF8643:6FEEA72D75E0E67F]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
at
org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:480)
at
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:201)
at
org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:114)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server 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:260)
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:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:353)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:312)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:552)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
FAILED:
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testDistribSearch
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
at
__randomizedtesting.SeedInfo.seed([EE08293502BF8643:6FEEA72D75E0E67F]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
at
org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:480)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:77)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.doTest(LeaderFailoverAfterPartitionTest.java:50)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server 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:260)
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:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:353)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:312)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:552)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
FAILED:
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.testDistribSearch
Error Message:
IOException occured when talking to server at:
http://127.0.0.1:36147/zhz/c8n_1x3_commits_shard1_replica3
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: http://127.0.0.1:36147/zhz/c8n_1x3_commits_shard1_replica3
at
__randomizedtesting.SeedInfo.seed([EE08293502BF8643:6FEEA72D75E0E67F]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
at
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:169)
at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:147)
at
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.oneShardTest(LeaderInitiatedRecoveryOnCommitTest.java:141)
at
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.doTest(LeaderInitiatedRecoveryOnCommitTest.java:70)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server 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:260)
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:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
... 48 more
FAILED: org.apache.solr.cloud.ReplicationFactorTest.testDistribSearch
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
at
__randomizedtesting.SeedInfo.seed([EE08293502BF8643:6FEEA72D75E0E67F]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
at
org.apache.solr.cloud.ReplicationFactorTest.sendDoc(ReplicationFactorTest.java:312)
at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:226)
at
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server 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:260)
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:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:353)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:312)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:552)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Build Log:
[...truncated 9032 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/init-core-data-001
[junit4] 2> 109454 T414 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 109467 T414 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 109468 T414 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 109469 T415 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 109569 T414 oasc.ZkTestServer.run start zk server on port:30416
[junit4] 2> 109570 T414
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 109571 T414 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 109575 T422 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@194f7240
name:ZooKeeperConnection Watcher:127.0.0.1:30416 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 109576 T414 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 109576 T414 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 109576 T414 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 109579 T414
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 109580 T414 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 109582 T425 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7d90d355
name:ZooKeeperConnection Watcher:127.0.0.1:30416/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 109582 T414 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 109582 T414 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 109583 T414 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 109585 T414 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 109587 T414 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 109589 T414 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 109591 T414 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 109592 T414 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 109595 T414 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 109596 T414 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 109598 T414 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 109599 T414 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 109601 T414 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 109602 T414 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 109604 T414 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 109605 T414 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 109607 T414 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 109608 T414 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 109610 T414 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 109611 T414 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 109613 T414 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 109613 T414 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 109615 T414 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 109615 T414 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 109617 T414 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 109618 T414 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 109620 T414 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 109620 T414 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 111041 T414 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 111045 T414 oejs.AbstractConnector.doStart Started
[email protected]:57575
[junit4] 2> 111046 T414 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@231bf785
[junit4] 2> 111046 T414 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 111046 T414 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-002
[junit4] 2> 111047 T414 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-002/'
[junit4] 2> 111087 T414 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-002/solr.xml
[junit4] 2> 111163 T414 oasc.CoreContainer.<init> New CoreContainer
867225797
[junit4] 2> 111163 T414 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-002/]
[junit4] 2> 111164 T414 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 111165 T414 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 111165 T414 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 111165 T414 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 111165 T414 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 111166 T414 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 111166 T414 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 111166 T414 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 111167 T414 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 111167 T414 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 111167 T414 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 111168 T414 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 111168 T414 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 111168 T414 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 111169 T414 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:30416/solr
[junit4] 2> 111169 T414 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 111169 T414
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 111170 T414 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 111172 T437 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1ee8d4b6
name:ZooKeeperConnection Watcher:127.0.0.1:30416 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 111172 T414 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 111173 T414 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 111174 T414 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 111176 T440 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5fa0d548
name:ZooKeeperConnection Watcher:127.0.0.1:30416/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 111176 T414 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 111178 T414 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 111180 T414 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 111182 T414 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 111184 T414 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 111186 T414 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 111188 T414 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 111189 T414 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:29813_
[junit4] 2> 111189 T414 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:29813_
[junit4] 2> 111191 T414 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 111193 T414 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 111194 T414 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 111195 T414 oasc.OverseerElectionContext.runLeaderProcess I am
going to be the leader 127.0.0.1:29813_
[junit4] 2> 111196 T414 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 111197 T414 oasc.Overseer.start Overseer
(id=93129999199633411-127.0.0.1:29813_-n_0000000000) starting
[junit4] 2> 111199 T414 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 111205 T414 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 111205 T442 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 111206 T414 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 111207 T414 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4] 2> 111209 T414
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 111211 T441 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 111215 T444 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 111216 T444 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 111216 T444 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 111217 T440 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 111219 T441 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 0, message = {
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:29813_",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "shard":null,
[junit4] 2> "base_url":"http://127.0.0.1:29813"} current state
version: 0
[junit4] 2> 111220 T441 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:29813_",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "shard":null,
[junit4] 2> "base_url":"http://127.0.0.1:29813"}
[junit4] 2> 111220 T441 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 111220 T441 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 111221 T440 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 112217 T444 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 112218 T444 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:control_collection
[junit4] 2> 112219 T444 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 112219 T444 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 112220 T444 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 112220 T444 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-002/collection1/'
[junit4] 2> 112222 T444 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest%20EE08293502BF8643-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 112222 T444 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest%20EE08293502BF8643-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 112223 T444 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest%20EE08293502BF8643-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 112252 T444 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 112255 T444 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 112266 T444 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 112283 T444 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 112321 T444 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 112323 T444 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 112332 T444 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 112756 T444 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 112774 T444 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 112778 T444 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 112798 T444 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 112805 T444 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 112811 T444 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 112812 T444
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 112813 T444
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 112813 T444 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 112814 T444
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 112815 T444
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 112815 T444 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 112815 T444 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 112816 T444 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-002/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-001/control/data/
[junit4] 2> 112816 T444 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ba68f55
[junit4] 2> 112817 T444 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-001/control/data
[junit4] 2> 112818 T444 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-001/control/data/index/
[junit4] 2> 112818 T444 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-001/control/data/index' doesn't exist. Creating
new index...
[junit4] 2> 112818 T444 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-001/control/data/index
[junit4] 2> 112819 T444 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7315999002905661]
[junit4] 2> 112820 T444 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=BaseDirectoryWrapper(RAMDirectory@6380b014
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15a82415),segFN=segments_1,generation=1}
[junit4] 2> 112820 T444 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 112826 T444 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 112827 T444 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 112827 T444 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 112827 T444 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 112828 T444 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 112828 T444 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 112829 T444 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 112829 T444 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 112829 T444 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 112831 T444 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 112831 T444 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 112832 T444 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 112832 T444 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 112833 T444 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 112833 T444 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 112834 T444 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 112834 T444 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 112834 T444 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 112835 T444 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 112836 T444 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 112836 T444 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 112837 T444 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 112837 T444 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 112838 T444 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 112838 T444 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 112838 T444 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 112839 T444 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 112863 T444 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 112865 T444 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 112867 T444 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 112869 T444 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 112871 T444 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 112875 T444 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 112875 T444 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 112876 T444 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=33, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=46.5224609375,
floorSegmentMB=0.76953125, forceMergeDeletesPctAllowed=15.79648241767509,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1691546033169553
[junit4] 2> 112877 T444 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=BaseDirectoryWrapper(RAMDirectory@6380b014
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15a82415),segFN=segments_1,generation=1}
[junit4] 2> 112877 T444 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 112877 T444 oass.SolrIndexSearcher.<init> Opening
Searcher@307ffb92[collection1] main
[junit4] 2> 112878 T444 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 112879 T444 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 112879 T444 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 112879 T444
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 112880 T444 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 112880 T444 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 112881 T444
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 112881 T444 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 112881 T444 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 112881 T444 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 112882 T445 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@307ffb92[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 112883 T444 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 112894 T448 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:29813 collection:control_collection
shard:shard1
[junit4] 2> 112895 T414 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0
[junit4] 2> 112895 T414 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 112896 T448 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 112900 T414
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 112901 T414 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 112904 T452 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@38b0e8c4
name:ZooKeeperConnection Watcher:127.0.0.1:30416/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 112904 T414 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 112904 T448 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 112905 T414 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 112907 T414
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 112907 T440 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 112908 T448
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 112908 T448 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C71 name=collection1
org.apache.solr.core.SolrCore@5b5d78ae url=http://127.0.0.1:29813/collection1
node=127.0.0.1:29813_ C71_STATE=coll:control_collection core:collection1
props:{core=collection1, node_name=127.0.0.1:29813_, state=down,
base_url=http://127.0.0.1:29813}
[junit4] 2> 112909 T448 C71 P29813 oasc.SyncStrategy.sync Sync replicas to
http://127.0.0.1:29813/collection1/
[junit4] 2> 112909 T441 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state
version: 1
[junit4] 2> 112909 T448 C71 P29813 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 112910 T448 C71 P29813 oasc.SyncStrategy.syncToMe
http://127.0.0.1:29813/collection1/ has no replicas
[junit4] 2> 112910 T448 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: http://127.0.0.1:29813/collection1/ shard1
[junit4] 2> 112910 T448 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 112911 T452 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 112911 T440 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 112912 T414 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 112913 T414 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 112914 T414
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 112915 T414 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 112917 T455 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3ebaa341
name:ZooKeeperConnection Watcher:127.0.0.1:30416/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 112918 T414 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 112919 T414 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 112921 T456 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 112923 T441 oasc.Overseer$ClusterStateUpdater.run
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:29813",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 112928 T441 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "stateFormat":2} current state version: 2
[junit4] 2> 112929 T441 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 112930 T452 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 112934 T456 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 112935 T441 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 112937 T452 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 112972 T448 oasc.ZkController.register We are
http://127.0.0.1:29813/collection1/ and leader is
http://127.0.0.1:29813/collection1/
[junit4] 2> 112973 T448 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=http://127.0.0.1:29813
[junit4] 2> 112973 T448 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 112973 T448 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 112973 T448 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 112975 T440 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 112978 T441 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "roles":null,
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "node_name":"127.0.0.1:29813_",
[junit4] 2> "state":"active",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "base_url":"http://127.0.0.1:29813"} current state
version: 4
[junit4] 2> 112979 T441 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "roles":null,
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "node_name":"127.0.0.1:29813_",
[junit4] 2> "state":"active",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "base_url":"http://127.0.0.1:29813"}
[junit4] 2> 113084 T440 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 113084 T452 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 114170 T414 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 114171 T414 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 114174 T414 oejs.AbstractConnector.doStart Started
[email protected]:37768
[junit4] 2> 114175 T414 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@231bf785
[junit4] 2> 114175 T414 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 114175 T414 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-003
[junit4] 2> 114176 T414 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-003/'
[junit4] 2> 114223 T414 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-003/solr.xml
[junit4] 2> 114303 T414 oasc.CoreContainer.<init> New CoreContainer
109258213
[junit4] 2> 114303 T414 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-003/]
[junit4] 2> 114304 T414 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 114304 T414 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 114305 T414 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 114305 T414 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 114305 T414 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 114305 T414 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 114306 T414 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 114306 T414 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 114306 T414 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 114307 T414 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 114307 T414 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 114308 T414 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 114308 T414 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 114308 T414 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 114308 T414 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:30416/solr
[junit4] 2> 114309 T414 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 114309 T414
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 114310 T414 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 114311 T468 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@558bd2c7
name:ZooKeeperConnection Watcher:127.0.0.1:30416 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 114312 T414 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 114313 T414 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 114315 T414 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 114317 T471 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1915bd98
name:ZooKeeperConnection Watcher:127.0.0.1:30416/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 114317 T414 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 114323 T414
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 115329 T414 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:44760_
[junit4] 2> 115331 T414 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:44760_
[junit4] 2> 115335 T414 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 115346 T472 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 115346 T472 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 115348 T440 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 115349 T472 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 115350 T472 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 115350 T441 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:44760_",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":null,
[junit4] 2> "base_url":"http://127.0.0.1:44760"} current state
version: 5
[junit4] 2> 115350 T472 oascc.ZkStateReader.addZkWatch Updating collection
state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 115351 T441 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:44760_",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":null,
[junit4] 2> "base_url":"http://127.0.0.1:44760"}
[junit4] 2> 115351 T441 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 115352 T441 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 115352 T472 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 115352 T472 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 115354 T441 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 115355 T471 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 115356 T471 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 116353 T472 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 116354 T472 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:collection1
[junit4] 2> 116355 T472 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 116355 T472 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 116356 T472 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 116356 T472 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-003/collection1/'
[junit4] 2> 116357 T472 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest%20EE08293502BF8643-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 116358 T472 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest%20EE08293502BF8643-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 116358 T472 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest%20EE08293502BF8643-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 116384 T472 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 116386 T472 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 116396 T472 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 116412 T472 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 116446 T472 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 116447 T472 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 116455 T472 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 116749 T472 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 116762 T472 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 116764 T472 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 116780 T472 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 116784 T472 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 116788 T472 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 116789 T472
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 116790 T472
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 116790 T472 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 116791 T472
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 116791 T472
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 116791 T472 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 116792 T472 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 116792 T472 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-003/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-001/jetty1/
[junit4] 2> 116792 T472 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ba68f55
[junit4] 2> 116793 T472 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-001/jetty1
[junit4] 2> 116793 T472 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-001/jetty1/index/
[junit4] 2> 116793 T472 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-001/jetty1/index' doesn't exist. Creating new
index...
[junit4] 2> 116794 T472 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest
EE08293502BF8643-001/tempDir-001/jetty1/index
[junit4] 2> 116794 T472 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7315999002905661]
[junit4] 2> 116795 T472 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=BaseDirectoryWrapper(RAMDirectory@28e325e4
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58ccb0b4),segFN=segments_1,generation=1}
[junit4] 2> 116795 T472 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 116802 T472 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 116802 T472 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 116802 T472 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 116803 T472 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 116803 T472 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 116803 T472 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 116804 T472 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 116804 T472 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 116804 T472 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 116805 T472 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 116805 T472 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 116806 T472 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 116806 T472 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 116807 T472 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 116807 T472 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 116808 T472 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 116808 T472 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 116809 T472 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 116810 T472 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 116811 T472 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 116811 T472 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 116812 T472 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 116812 T472 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 116813 T472 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 116813 T472 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 116814 T472 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 116814 T472 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 116829 T472 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 116831 T472 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 116832 T472 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 116834 T472 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 116836 T472 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 116838 T472 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 116838 T472 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 116839 T472 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=33, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=46.5224609375,
floorSegmentMB=0.76953125, forceMergeDeletesPctAllowed=15.79648241767509,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1691546033169553
[junit4] 2> 116840 T472 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=BaseDirectoryWrapper(RAMDirectory@28e325e4
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58ccb0b4),segFN=segments_1,generation=1}
[junit4] 2> 116840 T472 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 116840 T472 oass.SolrIndexSearcher.<init> Opening
Searcher@19629355[collection1] main
[junit4] 2> 116841 T472 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 116842 T472 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 116842 T472 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 116842 T472
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 116842 T472 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 116843 T472 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 116843 T472 oasr.ManagedResourceStorage$ZooKeep
[...truncated too long message...]
it4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
[junit4] > ... 48 more
[junit4] 2> 604174 T3661 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
EE08293502BF8643-001
[junit4] 2> NOTE: test params are: codec=Lucene50,
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ar_BH,
timezone=Etc/GMT+1
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=79401048,total=328204288
[junit4] 2> NOTE: All tests run in this JVM: [TestInitQParser,
BadCopyFieldTest, AddSchemaFieldsUpdateProcessorFactoryTest,
OverriddenZkACLAndCredentialsProvidersTest, TestCursorMarkWithoutUniqueKey,
TestQueryTypes, SolrCmdDistributorTest, SuggesterWFSTTest, SSLMigrationTest,
ExitableDirectoryReaderTest, TestManagedSchemaDynamicFieldResource,
CoreContainerCoreInitFailuresTest, ZkNodePropsTest, TestSystemIdResolver,
TestTolerantSearch, TestFieldResource, TestArbitraryIndexDir,
DistributedFacetPivotLongTailTest, TestUpdate,
TestSolrQueryParserDefaultOperatorResource, SimpleMLTQParserTest,
TestCloudManagedSchemaConcurrent, AddBlockUpdateTest, MoreLikeThisHandlerTest,
TestRealTimeGet, BasicFunctionalityTest, TestCloudManagedSchema,
TestFieldCollectionResource, DeleteLastCustomShardedReplicaTest,
LeaderInitiatedRecoveryOnCommitTest]
[junit4] Completed on J2 in 75.82s, 1 test, 1 error <<< FAILURES!
[...truncated 10 lines...]
[junit4] Suite: org.apache.solr.util.SimplePostToolTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.SimplePostToolTest
EE08293502BF8643-001/init-core-data-001
[junit4] 2> 610971 T3905 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 610977 T3905 oas.SolrTestCaseJ4.setUp ###Starting
testRobotsExclusion
[junit4] 2> 610990 T3905 oas.SolrTestCaseJ4.tearDown ###Ending
testRobotsExclusion
[junit4] 2> 610997 T3905 oas.SolrTestCaseJ4.setUp ###Starting
testTypeSupported
[junit4] 2> 611000 T3905 oas.SolrTestCaseJ4.tearDown ###Ending
testTypeSupported
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=SimplePostToolTest
-Dtests.method=testTypeSupported -Dtests.seed=EE08293502BF8643
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=be
-Dtests.timezone=SystemV/EST5EDT -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 0.02s J2 | SimplePostToolTest.testTypeSupported <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([EE08293502BF8643:7ABC1FD61580272C]:0)
[junit4] > at
org.apache.solr.util.SimplePostToolTest.testTypeSupported(SimplePostToolTest.java:116)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 611014 T3905 oas.SolrTestCaseJ4.setUp ###Starting
testAppendParam
[junit4] 2> 611016 T3905 oas.SolrTestCaseJ4.tearDown ###Ending
testAppendParam
[junit4] 2> 611023 T3905 oas.SolrTestCaseJ4.setUp ###Starting
testDoFilesMode
[junit4] 1> Indexing directory
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/exampledocs
(2 files, depth=0)
[junit4] 1> POSTing file example.html (text/html) to [base]/extract
[junit4] 1> POSTing file example.txt (text/plain) to [base]/extract
[junit4] 2> 611029 T3905 oas.SolrTestCaseJ4.tearDown ###Ending
testDoFilesMode
[junit4] 2> 611035 T3905 oas.SolrTestCaseJ4.setUp ###Starting
testParseArgsAndInit
[junit4] 2> 611037 T3905 oas.SolrTestCaseJ4.tearDown ###Ending
testParseArgsAndInit
[junit4] 2> 611044 T3905 oas.SolrTestCaseJ4.setUp ###Starting testDoWebMode
[junit4] 1> Entering crawl at level 0 (1 links total, 1 new)
[junit4] 1> POSTed web resource http://[ff01::114] (depth: 0)
[junit4] 1> Entering crawl at level 1 (2 links total, 2 new)
[junit4] 1> POSTed web resource http://[ff01::114]/page2 (depth: 1)
[junit4] 1> POSTed web resource http://[ff01::114]/page1 (depth: 1)
[junit4] 1> Entering crawl at level 2 (2 links total, 2 new)
[junit4] 2> SimplePostTool: WARNING: The URL http://[ff01::114]/disallowed
returned a HTTP result status of 403
[junit4] 1> POSTed web resource http://[ff01::114]/page1/foo (depth: 2)
[junit4] 1> Entering crawl at level 3 (1 links total, 1 new)
[junit4] 1> POSTed web resource http://[ff01::114]/page1/foo/bar (depth: 3)
[junit4] 1> Entering crawl at level 0 (1 links total, 1 new)
[junit4] 1> POSTed web resource http://[ff01::114] (depth: 0)
[junit4] 1> Entering crawl at level 1 (2 links total, 2 new)
[junit4] 1> POSTed web resource http://[ff01::114]/page2 (depth: 1)
[junit4] 1> POSTed web resource http://[ff01::114]/page1 (depth: 1)
[junit4] 1> Entering crawl at level 0 (1 links total, 1 new)
[junit4] 1> POSTed web resource http://[ff01::114] (depth: 0)
[junit4] 1> Entering crawl at level 1 (2 links total, 2 new)
[junit4] 1> POSTed web resource http://[ff01::114]/page2 (depth: 1)
[junit4] 1> POSTed web resource http://[ff01::114]/page1 (depth: 1)
[junit4] 1> Entering crawl at level 2 (2 links total, 2 new)
[junit4] 1> POSTed web resource http://[ff01::114]/disallowed (depth: 2)
[junit4] 1> POSTed web resource http://[ff01::114]/page1/foo (depth: 2)
[junit4] 1> Entering crawl at level 3 (1 links total, 1 new)
[junit4] 1> POSTed web resource http://[ff01::114]/page1/foo/bar (depth: 3)
[junit4] 2> 611083 T3905 oas.SolrTestCaseJ4.tearDown ###Ending
testDoWebMode
[junit4] 2> 611090 T3905 oas.SolrTestCaseJ4.setUp ###Starting
testComputeFullUrl
[junit4] 2> 611092 T3905 oas.SolrTestCaseJ4.tearDown ###Ending
testComputeFullUrl
[junit4] 2> 611099 T3905 oas.SolrTestCaseJ4.setUp ###Starting
testNormalizeUrlEnding
[junit4] 2> 611101 T3905 oas.SolrTestCaseJ4.tearDown ###Ending
testNormalizeUrlEnding
[junit4] 2> 611107 T3905 oas.SolrTestCaseJ4.setUp ###Starting testIsOn
[junit4] 2> 611109 T3905 oas.SolrTestCaseJ4.tearDown ###Ending testIsOn
[junit4] 2> 611116 T3905 oas.SolrTestCaseJ4.setUp ###Starting testGuessType
[junit4] 2> 611118 T3905 oas.SolrTestCaseJ4.tearDown ###Ending
testGuessType
[junit4] 2> 611124 T3905 oas.SolrTestCaseJ4.setUp ###Starting
testAppendUrlPath
[junit4] 2> 611126 T3905 oas.SolrTestCaseJ4.tearDown ###Ending
testAppendUrlPath
[junit4] 2> 611129 T3905 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.SimplePostToolTest
EE08293502BF8643-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {},
docValues:{}, sim=DefaultSimilarity, locale=be, timezone=SystemV/EST5EDT
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=27223840,total=329777152
[junit4] 2> NOTE: All tests run in this JVM: [TestInitQParser,
BadCopyFieldTest, AddSchemaFieldsUpdateProcessorFactoryTest,
OverriddenZkACLAndCredentialsProvidersTest, TestCursorMarkWithoutUniqueKey,
TestQueryTypes, SolrCmdDistributorTest, SuggesterWFSTTest, SSLMigrationTest,
ExitableDirectoryReaderTest, TestManagedSchemaDynamicFieldResource,
CoreContainerCoreInitFailuresTest, ZkNodePropsTest, TestSystemIdResolver,
TestTolerantSearch, TestFieldResource, TestArbitraryIndexDir,
DistributedFacetPivotLongTailTest, TestUpdate,
TestSolrQueryParserDefaultOperatorResource, SimpleMLTQParserTest,
TestCloudManagedSchemaConcurrent, AddBlockUpdateTest, MoreLikeThisHandlerTest,
TestRealTimeGet, BasicFunctionalityTest, TestCloudManagedSchema,
TestFieldCollectionResource, DeleteLastCustomShardedReplicaTest,
LeaderInitiatedRecoveryOnCommitTest, SpellCheckComponentTest,
MinimalSchemaTest, SimplePostToolTest]
[junit4] Completed on J2 in 0.19s, 11 tests, 1 failure <<< FAILURES!
[...truncated 835 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:529:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:477:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:190:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:508:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1363:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:970:
There were test failures: 460 suites, 1871 tests, 4 errors, 1 failure, 61
ignored (23 assumptions)
Total time: 43 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2431
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 163610712 bytes
Compression is 0.0%
Took 32 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]