You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2016/02/22 09:43:18 UTC

[jira] [Updated] (SOLR-8699) Components in solrconfig.xml must be reloadable

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

Noble Paul updated SOLR-8699:
-----------------------------
    Description: If we update a component using config API, the entire core is reloaded . This is undesirable in a large cluster. If a component is updated , it should be possible to update just that plugin without reloading the core. To achieve this , we should version the data of of each component and call a {{reload()}} on that component only.  (was: If we update a component in solrconfig.xml , the entire core is reloaded . This is undesirable in a large cluster. If a component is updated , it should be possible to update just that plugin without reloading the core. To achieve this , we should version the data of of each component and call a {{reload()}} on that component only.)

> Components in solrconfig.xml must be reloadable
> -----------------------------------------------
>
>                 Key: SOLR-8699
>                 URL: https://issues.apache.org/jira/browse/SOLR-8699
>             Project: Solr
>          Issue Type: Improvement
>          Components: config-api
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>
> If we update a component using config API, the entire core is reloaded . This is undesirable in a large cluster. If a component is updated , it should be possible to update just that plugin without reloading the core. To achieve this , we should version the data of of each component and call a {{reload()}} on that component only.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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