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

Shalin Shekhar Mangar resolved SOLR-7178.
-----------------------------------------
    Resolution: Fixed

> OverseerAutoReplicaFailoverThread compares Integer objects using ==
> -------------------------------------------------------------------
>
>                 Key: SOLR-7178
>                 URL: https://issues.apache.org/jira/browse/SOLR-7178
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>    Affects Versions: 4.10.3, 5.0
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Trivial
>             Fix For: Trunk, 5.1
>
>
> As noted on SOLR-6923, OverseerAutoReplicaFailoverThread has:
> {code}
> if (lastClusterStateVersion == clusterState.getZkClusterStateVersion() && 
> baseUrlForBadNodes.size() == 0 &&
>           liveNodes.equals(clusterState.getLiveNodes())) {
> ...
> }
> {code}
> According to JLS this is guaranteed to work only when the integers are 
> between -128 and 127.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to