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

"Persist" behavior is broken when a core has more than one name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 3.1
    • None
    • multicore
    • None

    Description

      I happily observed that calling CoreContainer#register(name,core,false) allows you to have more than one name for a core, but persisting the multi-core configuration for that setup results in two <core name="..."/> entries in the solr.xml file with the same name.

      The proper thing to do in this situation is probably persist something more like:

      <core names="core1,core2,core3" />

      If that is indeed the intended behavior, I'm happy to provide a patch.

      Attachments

        Activity

          People

            Unassigned Unassigned
            paulrbrown Paul R. Brown
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: