[ https://issues.apache.org/jira/browse/SOLR-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno Dumon updated SOLR-3108:
------------------------------
Attachment: SOLR-3108.patch
> Error in SolrCloud's replica lookup code when replica's are hosted in same Solr instance
> ----------------------------------------------------------------------------------------
>
> Key: SOLR-3108
> URL: https://issues.apache.org/jira/browse/SOLR-3108
> Project: Solr
> Issue Type: Bug
> Components: SolrCloud
> Environment: Solr trunk as of today (r1241575)
> Reporter: Bruno Dumon
> Attachments: SOLR-3108.patch
>
>
> There's a small bug in ZkStateReader.getReplicaProps() when you have multiple replicas
of the same shard/slice hosted in one CoreContainer. Not that you would often do this, but
I was playing around with shards & replicas using just one Solr instance and noticed it.
The attached patch should make it clear, the check on !coreNodeName.equals(filterNodeName)
will always be false in such case.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|