[ 
https://issues.apache.org/jira/browse/SOLR-7479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Pugh resolved SOLR-7479.
-----------------------------
    Resolution: Won't Fix

solrcore.properties has been removed in Solr 10.   If you have a need though 
for the same thing for a custom core properties file (still supported) then 
please reopen.

> Updating Solr-Core Properties on the Fly to  avoid core/collection reloads
> --------------------------------------------------------------------------
>
>                 Key: SOLR-7479
>                 URL: https://issues.apache.org/jira/browse/SOLR-7479
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>    Affects Versions: 4.6.1
>         Environment: Any Platform
>            Reporter: Nitin Sharma
>            Priority: Major
>
> Currently everytime a property/value is changed in solrcore.properties file, 
> a core/collection reload is needed to pick up the new values. 
> Core/Collection reloads for large collections (example 100 shards) is very 
> expensive (performance wise) and can pose a threat to the collection 
> stability (sometimes the reload fails since the timeout is only 60 
> seconds).For a RT serving infrastructure, this does not help
> Would adding a Real Time config api  (map) inside solrcloud help? Every solr 
> core can pick up the core specific configs from this Shared Map. This can 
> help with dynamically changing properties without core reloads. 
> If there is a better solution than that, please let me know



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to