Noble Paul created SOLR-8699:
--------------------------------

             Summary: 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 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.



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

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

Reply via email to