[
https://issues.apache.org/jira/browse/HBASE-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16143578#comment-16143578
]
Chia-Ping Tsai commented on HBASE-3935:
---------------------------------------
{code}
* The current total size of root-level store file indexes for the region,
* in MB. The same as {@link #rootIndexSizeKB} but in MB.
*/
- optional uint32 storefile_index_size_MB = 7;
+ optional uint64 storefile_index_size_KB = 7;
{code}
Please fix the comment.
The patch removes the storefile_index_size_MB, so the value of
storefile_index_size_MB will be zero if user still use hbase-client 1.x. We
need to mark this as incompatibility.
> 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.branch-2.v3.patch, HBASE-3935.branch-2.v4.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)