You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Christine Poerschke (JIRA)" <ji...@apache.org> on 2016/05/09 10:05:12 UTC

[jira] [Updated] (SOLR-9087) avoid IndexOutOfBoundsException in TestReplicationHandler.doTestIndexAndConfigAliasReplication

     [ https://issues.apache.org/jira/browse/SOLR-9087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christine Poerschke updated SOLR-9087:
--------------------------------------
    Attachment: SOLR-9087.patch

Attaching patch that avoids the index-out-of-bounds exception only i.e. the root cause of the test failure is not addressed by this patch.

> avoid IndexOutOfBoundsException in TestReplicationHandler.doTestIndexAndConfigAliasReplication
> ----------------------------------------------------------------------------------------------
>
>                 Key: SOLR-9087
>                 URL: https://issues.apache.org/jira/browse/SOLR-9087
>             Project: Solr
>          Issue Type: Test
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>         Attachments: SOLR-9087.patch
>
>
> e.g. http://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3255/consoleText
> {code}
> ...
>   [junit4] ERROR   35.4s J0 | TestReplicationHandler.doTestIndexAndConfigAliasReplication <<<
>    [junit4]    > Throwable #1: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
>    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([328287C6BE76B9F9:C5F1699E789E161F]:0)
>    [junit4]    > 	at java.util.ArrayList.rangeCheck(ArrayList.java:653)
>    [junit4]    > 	at java.util.ArrayList.get(ArrayList.java:429)
>    [junit4]    > 	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1326)
>    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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