[ 
https://issues.apache.org/jira/browse/HBASE-27256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vineet Kumar Maheshwari reassigned HBASE-27256:
-----------------------------------------------

    Assignee: Vineet Kumar Maheshwari

> region.jsp shows incorrect size for split reference hfiles
> ----------------------------------------------------------
>
>                 Key: HBASE-27256
>                 URL: https://issues.apache.org/jira/browse/HBASE-27256
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Bryan Beaudreault
>            Assignee: Vineet Kumar Maheshwari
>            Priority: Major
>
> When a region is split, the resulting daughter regions each refer back to 
> original store files for the original region. When viewing the region.jsp 
> page in the RegionServer UI, these show a sizeĀ  of 0. This is because the 
> region.jsp is directly checking the FileSystem length for the given storefile 
> path, which isn't aware of references/links. We should be able to update 
> region.jsp to call a variant of HStore.getStorefilesSize, which handles this 
> complexity.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to