You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2013/08/13 23:18:47 UTC

[jira] [Commented] (SOLR-5143) FullSolrCloudDistribCmdsTest fails often.

    [ https://issues.apache.org/jira/browse/SOLR-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738843#comment-13738843 ] 

Yonik Seeley commented on SOLR-5143:
------------------------------------

I disabled the test for now via @Ignore.
It does not fail on my box, and I don't have time to look into it today... hopefully someone else can repo?


Stack trace from the first time it failed:
{code}
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([E9CECB5B2BEA511C:682845435CB53120]:0)
	at java.util.Arrays.copyOf(Arrays.java:3318)
	at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
	at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:421)
	at java.lang.StringBuffer.append(StringBuffer.java:272)
	at java.io.StringWriter.write(StringWriter.java:101)
	at org.apache.solr.common.util.XML.writeXML(XML.java:136)
	at org.apache.solr.client.solrj.util.ClientUtils.writeVal(ClientUtils.java:159)
	at org.apache.solr.client.solrj.util.ClientUtils.writeXML(ClientUtils.java:129)
	at org.apache.solr.client.solrj.util.ClientUtils.writeXML(ClientUtils.java:138)
	at org.apache.solr.client.solrj.util.ClientUtils.writeXML(ClientUtils.java:138)
	at org.apache.solr.client.solrj.request.UpdateRequest.writeXML(UpdateRequest.java:158)
	at org.apache.solr.client.solrj.request.UpdateRequest.getXML(UpdateRequest.java:135)
	at org.apache.solr.client.solrj.request.RequestWriter.getContentStream(RequestWriter.java:65)
	at org.apache.solr.client.solrj.request.RequestWriter$LazyContentStream.getDelegate(RequestWriter.java:93)
	at org.apache.solr.client.solrj.request.RequestWriter$LazyContentStream.getName(RequestWriter.java:103)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:231)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:264)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:318)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexQueryDeleteHierarchical(FullSolrCloudDistribCmdsTest.java:258)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:124)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	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:491)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
{code}
                
> FullSolrCloudDistribCmdsTest fails often.
> -----------------------------------------
>
>                 Key: SOLR-5143
>                 URL: https://issues.apache.org/jira/browse/SOLR-5143
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Priority: Blocker
>             Fix For: 4.5, 5.0
>
>
> I *think* this might have started hapening after the block join commit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org