You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2018/08/16 02:56:00 UTC

[jira] [Commented] (SOLR-12667) IndexSizeTriggerTest fails often on jenkins

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

Shalin Shekhar Mangar commented on SOLR-12667:
----------------------------------------------

ConcurrentModificationException being one cause:

{code}
FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testSplitIntegration

Error Message:


Stack Trace:
java.util.ConcurrentModificationException
        at __randomizedtesting.SeedInfo.seed([68FACF7CE7DBFE94:5174763CC824376A]:0)
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
        at java.util.ArrayList$Itr.next(ArrayList.java:859)
        at java.util.AbstractCollection.toString(AbstractCollection.java:461)
        at java.lang.String.valueOf(String.java:2994)
        at java.lang.StringBuilder.append(StringBuilder.java:131)
        at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testSplitIntegration(IndexSizeTriggerTest.java:309)
{code}

> IndexSizeTriggerTest fails often on jenkins
> -------------------------------------------
>
>                 Key: SOLR-12667
>                 URL: https://issues.apache.org/jira/browse/SOLR-12667
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Tests
>            Reporter: Shalin Shekhar Mangar
>            Priority: Major
>             Fix For: master (8.0), 7.5
>
>
> IndexSizeTriggerTest fails often on jenkins, the biggest culprit being testSplitIntegration. But there are other guilty methods as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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