[ 
https://issues.apache.org/jira/browse/SOLR-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13954986#comment-13954986
 ] 

Gary Yue commented on SOLR-5931:
--------------------------------

Hi,

I also notice the same problem. (I am upgrading from 3.5 to 4.7)
I used to be able to define master.url in solrcore.properties, and any changes 
there will take effect after an reload.
However, this is no longer working on 4.7.
I notice the doc says:
------------
Starting with Solr4.0, the RELOAD command is implemented in a way that results 
a "live" reloads of the SolrCore, reusing the existing various objects such as 
the SolrIndexWriter. As a result, some configuration options can not be changed 
and made active with a simple RELOAD...

IndexWriter related settings in <indexConfig>
<dataDir> location
-----------

Not sure if this includes properties defined in solrcore.properties file.

Gary



> solrcore.properties is not reloaded when core is reloaded
> ---------------------------------------------------------
>
>                 Key: SOLR-5931
>                 URL: https://issues.apache.org/jira/browse/SOLR-5931
>             Project: Solr
>          Issue Type: Bug
>          Components: multicore
>    Affects Versions: 4.7
>            Reporter: Gunnlaugur Thor Briem
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>
> 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:
> {code:xml}
> <dataSource driver="org.postgresql.Driver" name="meta" 
> url="jdbc:postgresql://${dbhost}/${solr.core.name}" .../>
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to