[
https://issues.apache.org/jira/browse/HBASE-23184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954242#comment-16954242
]
Zheng Hu commented on HBASE-23184:
----------------------------------
Seems the design that allocating heap buffer from the static HEAP for
ByteBuffAllocator instance is not a good idea ( at least for the heap related
metrics) ? FYI [~anoop.hbase].
I think it will be better if we just allocate the heap buffer from
ByteBuffAllocator instance ( rather than the static HEAP), then when
considering the heap allocated metrics, we just think about the
ByteBuffAllocator instance..
> The HeapAllocation in WebUI is not accurate
> -------------------------------------------
>
> Key: HBASE-23184
> URL: https://issues.apache.org/jira/browse/HBASE-23184
> Project: HBase
> Issue Type: Bug
> Components: UI
> Reporter: chenxu
> Priority: Minor
>
> HeapAllocation in WebUI is always 0, the same reason as HBASE-22663
--
This message was sent by Atlassian Jira
(v8.3.4#803005)