Description
As noted on SOLR-6923, OverseerAutoReplicaFailoverThread has:
if (lastClusterStateVersion == clusterState.getZkClusterStateVersion() && baseUrlForBadNodes.size() == 0 &&
liveNodes.equals(clusterState.getLiveNodes())) {
...
}
According to JLS this is guaranteed to work only when the integers are between -128 and 127.