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

solrcore.properties is not reloaded when core is reloaded

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Cannot Reproduce
    • 4.7
    • None
    • multicore
    • None

    Description

      When I change solrcore.properties for a core, and then reload the core, the previous values of the properties in that file are still in effect. If I unload the core and then add it back, in the “Core Admin” section of the admin UI, then the changes in solrcore.properties do take effect.

      My specific test case is a DataImportHandler where db-data-config.xml uses a property to decide which DB host to talk to:

      <dataSource driver="org.postgresql.Driver" name="meta" url="jdbc:postgresql://${dbhost}/${solr.core.name}" .../>
      

      When I change that dbhost property in solrcore.properties and reload the core, the next dataimport operation still connects to the previous DB host. Reloading the dataimport config does not help. I have to unload the core (or fully restart the whole Solr) for the properties change to take effect.

      Attachments

        Activity

          People

            shalin Shalin Shekhar Mangar
            gthb Gunnlaugur Thor Briem
            Votes:
            4 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: