[jira] [Commented] (SOLR-6752) Buffer Cache allocate/lost metrics should be exposed

2014-12-01 Thread ASF subversion and git services (JIRA)

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

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

Commit 1642691 from [~markrmil...@gmail.com] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1642691 ]

SOLR-6752: Buffer Cache allocate/lost metrics should be exposed.

> Buffer Cache allocate/lost metrics should be exposed
> 
>
> Key: SOLR-6752
> URL: https://issues.apache.org/jira/browse/SOLR-6752
> Project: Solr
>  Issue Type: Bug
>Reporter: Mike Drob
>Assignee: Mark Miller
>  Labels: metrics
> Fix For: 5.0, Trunk
>
> Attachments: SOLR-6752.patch, SOLR-6752.patch
>
>
> Currently, {{o.a.s.store.blockcache.Metrics}} has fields for tracking buffer 
> allocations and losses, but they are never updated nor exposed to a receiving 
> metrics system. We should do both. 



--
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-6752) Buffer Cache allocate/lost metrics should be exposed

2014-12-01 Thread ASF subversion and git services (JIRA)

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

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

Commit 1642689 from [~markrmil...@gmail.com] in branch 'dev/trunk'
[ https://svn.apache.org/r1642689 ]

SOLR-6752: Buffer Cache allocate/lost metrics should be exposed.

> Buffer Cache allocate/lost metrics should be exposed
> 
>
> Key: SOLR-6752
> URL: https://issues.apache.org/jira/browse/SOLR-6752
> Project: Solr
>  Issue Type: Bug
>Reporter: Mike Drob
>Assignee: Mark Miller
>  Labels: metrics
> Attachments: SOLR-6752.patch, SOLR-6752.patch
>
>
> Currently, {{o.a.s.store.blockcache.Metrics}} has fields for tracking buffer 
> allocations and losses, but they are never updated nor exposed to a receiving 
> metrics system. We should do both. 



--
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-6752) Buffer Cache allocate/lost metrics should be exposed

2014-11-24 Thread Mike Drob (JIRA)

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

Mike Drob commented on SOLR-6752:
-

Any thoughts on the latest version?

> Buffer Cache allocate/lost metrics should be exposed
> 
>
> Key: SOLR-6752
> URL: https://issues.apache.org/jira/browse/SOLR-6752
> Project: Solr
>  Issue Type: Bug
>Reporter: Mike Drob
>Assignee: Mark Miller
>  Labels: metrics
> Attachments: SOLR-6752.patch, SOLR-6752.patch
>
>
> Currently, {{o.a.s.store.blockcache.Metrics}} has fields for tracking buffer 
> allocations and losses, but they are never updated nor exposed to a receiving 
> metrics system. We should do both. 



--
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-6752) Buffer Cache allocate/lost metrics should be exposed

2014-11-20 Thread Mark Miller (JIRA)

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

Mark Miller commented on SOLR-6752:
---

bq. Where should I look to make sure this is getting registered?

I fired up Solr on HDFS with JMX enabled and took a look at the exported mbeans 
with JConsole. I did not see anything for the block cache.

I'd look at how SolrResourceLoader adds the plugins that it loads to the 
JmxMonitoredMap.

> Buffer Cache allocate/lost metrics should be exposed
> 
>
> Key: SOLR-6752
> URL: https://issues.apache.org/jira/browse/SOLR-6752
> Project: Solr
>  Issue Type: Bug
>Reporter: Mike Drob
>Assignee: Mark Miller
>  Labels: metrics
> Attachments: SOLR-6752.patch, SOLR-6752.patch
>
>
> Currently, {{o.a.s.store.blockcache.Metrics}} has fields for tracking buffer 
> allocations and losses, but they are never updated nor exposed to a receiving 
> metrics system. We should do both. 



--
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-6752) Buffer Cache allocate/lost metrics should be exposed

2014-11-19 Thread Mike Drob (JIRA)

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

Mike Drob commented on SOLR-6752:
-

I will split this issue into this and SOLR-6766 to reduce confusion.

> Buffer Cache allocate/lost metrics should be exposed
> 
>
> Key: SOLR-6752
> URL: https://issues.apache.org/jira/browse/SOLR-6752
> Project: Solr
>  Issue Type: Bug
>Reporter: Mike Drob
>Assignee: Mark Miller
>  Labels: metrics
> Attachments: SOLR-6752.patch
>
>
> Currently, {{o.a.s.store.blockcache.Metrics}} has fields for tracking buffer 
> allocations and losses, but they are never updated nor exposed to a receiving 
> metrics system. We should do both. 



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