[jira] [Commented] (SOLR-919) Cache and reuse the SolrConfig

2012-09-25 Thread Erick Erickson (JIRA)

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

Erick Erickson commented on SOLR-919:
-

Taking some _very_ rough timings on a 2012 Macbook pro, loading the config file 
takes something on the order of 300-400 ms, so for 1,000s of cores we need this.

> Cache and reuse the SolrConfig
> --
>
> Key: SOLR-919
> URL: https://issues.apache.org/jira/browse/SOLR-919
> Project: Solr
>  Issue Type: Improvement
>  Components: multicore
>Reporter: Noble Paul
>Assignee: Noble Paul
> Fix For: 4.1
>
> Attachments: SOLR-919.patch
>
>
> If there are 1000's of cores the no:of times we need to load and parse the 
> solrconfig.xml is going to be very expensive. It is desirable to just create 
> one instance of SolrConfig object and re-use it across cores

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-919) Cache and reuse the SolrConfig

2011-12-02 Thread Drew Morris (Commented) (JIRA)

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

Drew Morris commented on SOLR-919:
--

Shouldn't this work the same way as SOLR-920? It would seem the logic applies 
to both bugs.

> Cache and reuse the SolrConfig
> --
>
> Key: SOLR-919
> URL: https://issues.apache.org/jira/browse/SOLR-919
> Project: Solr
>  Issue Type: Improvement
>  Components: multicore
>Reporter: Noble Paul
>Assignee: Noble Paul
> Fix For: 3.6, 4.0
>
> Attachments: SOLR-919.patch
>
>
> If there are 1000's of cores the no:of times we need to load and parse the 
> solrconfig.xml is going to be very expensive. It is desirable to just create 
> one instance of SolrConfig object and re-use it across cores

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Commented] (SOLR-919) Cache and reuse the SolrConfig

2011-12-07 Thread Noble Paul (Commented) (JIRA)

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

Noble Paul commented on SOLR-919:
-

@Drew , The ;ogic is mostly same, but there are some more changes required in 
the core to make it work because a few references are kept in SolrConfig which 
should have been keptin the core

> Cache and reuse the SolrConfig
> --
>
> Key: SOLR-919
> URL: https://issues.apache.org/jira/browse/SOLR-919
> Project: Solr
>  Issue Type: Improvement
>  Components: multicore
>Reporter: Noble Paul
>Assignee: Noble Paul
> Fix For: 3.6, 4.0
>
> Attachments: SOLR-919.patch
>
>
> If there are 1000's of cores the no:of times we need to load and parse the 
> solrconfig.xml is going to be very expensive. It is desirable to just create 
> one instance of SolrConfig object and re-use it across cores

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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