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

Creating a core while referencing system properties looks like it loses files.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 4.3, 6.0
    • 4.4, 6.0
    • multicore
    • None

    Description

      If you use the core admin handler to create core and reference system properties and index files without restarting Solr, your files are indexed to the wrong place.

      Say for instance I define a sys prop EOE=/Users/Erick/tmp and create a core with this request
      localhost:8983/solr/admin/cores?action=CREATE&name=coreZ&instanceDir=coreZ&dataDir=%24%7BEOE%7D

      where %24%7BEOE%7D is really ${EOE} after URL escaping. What gets preserved in solr.xml is correct, dataDir is set to ${EOE}. And if I restart Solr, then index documents, they wind up in /Users/Erick/tmp. This is as it should be.

      HOWEVER, if rather than immediately restart Solr I index some documents to CoreZ, they go in <solr_home>/CoreZ/${EOE}. The literal path is ${EOE}, dollar sign, curly braces and all.

      How important is this to fix for 4.4?

      Attachments

        1. SOLR-4982.patch
          8 kB
          Erick Erickson
        2. SOLR-4982.patch
          20 kB
          Erick Erickson
        3. SOLR-4982.patch
          23 kB
          Erick Erickson
        4. SOLR-4982.patch
          23 kB
          Erick Erickson
        5. SOLR-4982-fixtest.patch
          1 kB
          Erick Erickson

        Issue Links

          Activity

            People

              erickerickson Erick Erickson
              erickerickson Erick Erickson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: