Shalin Shekhar Mangar created SOLR-7178:
-------------------------------------------
Summary: 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: 5.0, 4.10.3
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]