[
https://issues.apache.org/jira/browse/HBASE-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650282#action_12650282
]
stack commented on HBASE-1022:
------------------------------
Patch looks good.
My only reservation is that this is an expensive test to do every ten seconds.
We'll be going to the filesystem for every store file on the regionserver to
find its size. Looking at code, in hdfs, this involves a trip to the namenode
by my reading. So, every ten seconds, all nodes will ask the namenode about
all store files. Do we want to add this?
> Add count of stores to hbase metrics
> ------------------------------------
>
> Key: HBASE-1022
> URL: https://issues.apache.org/jira/browse/HBASE-1022
> Project: Hadoop HBase
> Issue Type: Sub-task
> Reporter: stack
> Assignee: Andrew Purtell
> Fix For: 0.19.0
>
> Attachments: 1022.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.