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 (Commented) (JIRA)" <ji...@apache.org> on 2012/02/08 04:15:04 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13203218#comment-13203218 ] 

Mark Miller commented on SOLR-3108:
-----------------------------------

Thanks Bruno - I'll take a look at this tomorrow.
                
> 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
>
>
> 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