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

Yonik Seeley closed SOLR-3475.
------------------------------
    Resolution: Fixed

This has long since been fixed.

> Performance hit due to unnecessary syncronization
> -------------------------------------------------
>
>                 Key: SOLR-3475
>                 URL: https://issues.apache.org/jira/browse/SOLR-3475
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.1
>            Reporter: Varun Srivastava
>
> Method org.apache.solr.request.UnInvertedField.getUnInvertedField unnecessary 
> syncronize agiant cache object. The SolrCache implementations should them 
> selves be thread safe. For example FastLRUCache uses ConcurrentLRUCache which 
> in turn use java.util.concurrency structs to make the implementation 
> threadsafe.



--
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