[
https://issues.apache.org/jira/browse/HBASE-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16142999#comment-16142999
]
Andy Yang edited comment on HBASE-3935 at 8/27/17 4:33 AM:
-----------------------------------------------------------
{code:java}
public int getStorefileIndexSizeMB() {
return regionLoadPB.getStorefileIndexSizeMB();
{code}
This API started from 0.95, so I will add the new API getStorefileIndexSizeKB()
and reserve getStorefileIndexSizeMB()
BTW, do I need add deprecated tag to getStorefileIndexSizeMB() ?
was (Author: andy7904):
{code:java}
public int getStorefileIndexSizeMB() {
return regionLoadPB.getStorefileIndexSizeMB();
{code}
This API started from 0.95, so I will add the new API getStorefileIndexSizeKB()
and reserve getStorefileIndexSizeMB()
> HServerLoad.storefileIndexSizeMB should be changed to storefileIndexSizeKB
> --------------------------------------------------------------------------
>
> Key: HBASE-3935
> URL: https://issues.apache.org/jira/browse/HBASE-3935
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Andy Yang
> Attachments: HBASE-3935.branch-2.v0.patch,
> HBASE-3935.branch-2.v1.patch, HBASE-3935.branch-2.v2.patch,
> HBASE-3935.master.v0.patch
>
>
> Related to HBASE-3927, Matt proposed changing
> HServerLoad.storefileIndexSizeMB to storefileIndexSizeKB so that user can see
> the size of small store file index.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)