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

2016-07-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393750#comment-15393750
 ] 

ASF subversion and git services commented on SOLR-9335:
---

Commit 7b6a16c30b114eadb120c47e8ec1b7f513306054 in lucene-solr's branch 
refs/heads/branch_6x from [~varunthacker]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=7b6a16c ]

SOLR-9335: Switch Solr cache/search/update stats counters to use LongAdder


> 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)
>
> Attachments: SOLR-9335.patch, SOLR-9335.patch
>
>
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2016-07-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393745#comment-15393745
 ] 

ASF subversion and git services commented on SOLR-9335:
---

Commit f906862afe2ba4ef7ac521555ee59a86ef0b2a75 in lucene-solr's branch 
refs/heads/master from [~varunthacker]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=f906862 ]

SOLR-9335: Switch Solr cache/search/update stats counters to use LongAdder


> 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)
>
> Attachments: SOLR-9335.patch, SOLR-9335.patch
>
>
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2016-07-25 Thread Jeff Wartes (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15392297#comment-15392297
 ] 

Jeff Wartes commented on SOLR-9335:
---

fwiw, SOLR-8241 involves cache implementations that (among other improvements) 
uses LongAddr, and the author has been having trouble getting committer 
attention.

> 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)
>
> Attachments: SOLR-9335.patch, SOLR-9335.patch
>
>
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2016-07-25 Thread David Smiley (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15392143#comment-15392143
 ] 

David Smiley commented on SOLR-9335:


+1 LGTM

> 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)
>
> Attachments: SOLR-9335.patch
>
>
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org