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

Alan Woodward commented on SOLR-11407:
--------------------------------------

My test failures are due to a recovery timing out, rather than the error 
message in the issue text above.  It seems that in testHistory() the 
waitForRecovery() method is expecting all down cores to be removed from the 
cluster state, but one remains.  There were two cores on the down node, and one 
of them is explicitly deleted from the cluster state (possibly by an 
autoscaling trigger?), so I'm guessing that the bug is that the other core 
should be removed as well.  [~ab]can you comment?

> AutoscalingHistoryHandlerTest fails frequently
> ----------------------------------------------
>
>                 Key: SOLR-11407
>                 URL: https://issues.apache.org/jira/browse/SOLR-11407
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: AutoScaling
>            Reporter: Andrzej Bialecki 
>            Assignee: Andrzej Bialecki 
>            Priority: Blocker
>             Fix For: 7.3, master (8.0)
>
>         Attachments: tests-failures.txt
>
>
> This test fails frequently on jenkins with a failed assertion (see also 
> SOLR-11378 for other failure mode):
> {code}
>    [junit4] FAILURE 6.49s J2 | AutoscalingHistoryHandlerTest.testHistory <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: expected:<8> but 
> was:<6>
>    [junit4]    >      at 
> __randomizedtesting.SeedInfo.seed([164F10BB7F145FDE:7BB3B446C55CA0D9]:0)
>    [junit4]    >      at 
> org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:194)
>    [junit4]    >      at java.lang.Thread.run(Thread.java:748)
> {code}



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

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

Reply via email to