[ 
https://issues.apache.org/jira/browse/HBASE-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649984#action_12649984
 ] 

stack commented on HBASE-1020:
------------------------------

Can just dump current metrics to log; has region count, and store file count.  
Memcache metric has size, not item count (Might be possible to add this as 
metric -- I think we keep it.. not so for store files).

> Regionserver OOME handler should dump vital stats
> -------------------------------------------------
>
>                 Key: HBASE-1020
>                 URL: https://issues.apache.org/jira/browse/HBASE-1020
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: regionserver
>            Reporter: Andrew Purtell
>             Fix For: 0.19.0
>
>
> On OOME the regionserver should dump into the log some vital stats:
> - Number of regions
> - Number of store files
> - Estimated item count and size of memcache(s)
> - Estimated item count and size of store file indexes
> Assumes the reserve can be released upon OOME to allow the additional actions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to