You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2016/03/14 16:09:33 UTC

[jira] [Closed] (SOLR-3475) Performance hit due to unnecessary syncronization

     [ 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org