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

Adding documents to SolrCloud collection broken when a node doesn't have a core for the collection

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 4.1
    • None
    • SolrCloud
    • None

    Description

      In SOLR-4321, it's documented that creating a collection via API results in some nodes having more than one core, while other nodes have zero cores.

      Not sure if this is desired behavior, but when a node doesn't know about a core, it throws a 404 on select/update.

      Reproduction:
      -Create a 2 node SolrCloud cluster
      -Create a new collection with numShards=1. 50% of your cluster will have a core for that collection.
      -Do an update or select against the node that doesn't have the core. 404

      Like I said, not sure if this is desired behavior, but I would expect a cluster of nodes to be able to forward requests appropriately to nodes that have a core for the collection.

      Attachments

        Issue Links

          Activity

            People

              markrmiller@gmail.com Mark Miller
              efalcao Eric Falcao
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: