You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2016/07/24 17:18:20 UTC

[jira] [Created] (SOLR-9335) Move solr stats collections to use LongAdder

Varun Thacker created SOLR-9335:
-----------------------------------

             Summary: Move solr stats collections to use LongAdder
                 Key: SOLR-9335
                 URL: https://issues.apache.org/jira/browse/SOLR-9335
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Varun Thacker
            Assignee: Varun Thacker
            Priority: Minor
             Fix For: 6.2, master (7.0)


With Java 8 we can use LongAdder which has more throughput under high contention .

These classes of Solr should benefit from LongAdder

- Caches ( ConcurentLRUCache / LRUCache )
- Searches ( RequestHandlerBase )
- Updates ( DirectUpdateHandler2 )



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