You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/09 14:59:59 UTC

[jira] [Resolved] (SOLR-3108) Error in SolrCloud's replica lookup code when replica's are hosted in same Solr instance

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

Mark Miller resolved SOLR-3108.
-------------------------------

    Resolution: Fixed

Thanks Sami and Bruno!
                
> 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
>            Assignee: Mark Miller
>             Fix For: 4.0
>
>         Attachments: SOLR-3108.patch, 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