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

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

So the CME is easy to fix but more interesting is why is a CME happening. There 
is an assumption in the test that a listener added later through the API will 
be fired later. But no such guarantee is made by the autoscaling framework 
(even though I documented this guarantee in the ref guide!). So, if two 
listeners are listening for the {{SUCCEEDED}} event then they can be fired in 
any order, which causes the test to fail in this instance.

> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to