Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-3108

Error in SolrCloud's replica lookup code when replica's are hosted in same Solr instance

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0-ALPHA
    • SolrCloud
    • None
    • Solr trunk as of today (r1241575)

    Description

      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.

      Attachments

        1. SOLR-3108.patch
          17 kB
          Mark Miller
        2. SOLR-3108.patch
          0.9 kB
          Bruno Dumon

        Activity

          People

            markrmiller@gmail.com Mark Miller
            bruno Bruno Dumon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: