[
https://issues.apache.org/jira/browse/SOLR-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller reopened SOLR-1416:
-------------------------------
> reduce contention in CoreContainer#getCore()
> --------------------------------------------
>
> Key: SOLR-1416
> URL: https://issues.apache.org/jira/browse/SOLR-1416
> Project: Solr
> Issue Type: Improvement
> Components: multicore
> Reporter: Noble Paul
> Priority: Minor
> Attachments: SOLR-1416.patch
>
>
> every call to CoreContainer#getCore() is synchronized . We should reduce the
> contention . The writes are very infrequent and reads are frequent . How
> about using a ReadWriterLock?
--
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: [email protected]
For additional commands, e-mail: [email protected]