Varun Srivastava created SOLR-3475:
--------------------------------------

             Summary: 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 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to