You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2015/12/30 18:17:49 UTC

[jira] [Commented] (SOLR-5309) Investigate ShardSplitTest failures

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

Steve Rowe commented on SOLR-5309:
----------------------------------

Failed twice on my Jenkins in the last week on branch_5x with Java7, both off-by-one.  Neither seed reproduces for me.  This instance is still around: [http://jenkins.sarowe.net/job/Lucene-Solr-tests-5.x-Java7/4949/]:

{noformat}
FAILED:  org.apache.solr.cloud.ShardSplitTest.test

Error Message:
Wrong doc count on shard1_0. See SOLR-5309 expected:<126> but was:<125>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_0. See SOLR-5309 expected:<126> but was:<125>
	at __randomizedtesting.SeedInfo.seed([CC80F0C74B592FBC:44D4CF1DE5A54244]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:438)
	at org.apache.solr.cloud.ShardSplitTest.splitByUniqueKeyTest(ShardSplitTest.java:220)
	at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:82)
{noformat}

Here's the other one:

{noformat}
FAILED:  org.apache.solr.cloud.ShardSplitTest.test

Error Message:
Wrong doc count on shard1_0. See SOLR-5309 expected:<113> but was:<114>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_0. See SOLR-5309 expected:<113> but was:<114>
	at __randomizedtesting.SeedInfo.seed([36C39F9E537E8DFE:BE97A044FD82E006]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:438)
	at org.apache.solr.cloud.ShardSplitTest.splitByUniqueKeyTest(ShardSplitTest.java:220)
	at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:82)
{noformat}

> Investigate ShardSplitTest failures
> -----------------------------------
>
>                 Key: SOLR-5309
>                 URL: https://issues.apache.org/jira/browse/SOLR-5309
>             Project: Solr
>          Issue Type: Task
>          Components: SolrCloud
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Blocker
>             Fix For: 5.0
>
>
> Investigate why ShardSplitTest if failing sporadically.
> Some recent failures:
> http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3328/
> http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/7760/
> http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/861/



--
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