You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Bryan Beaudreault (Jira)" <ji...@apache.org> on 2022/07/29 11:24:00 UTC

[jira] [Created] (HBASE-27256) region.jsp shows incorrect size for split reference hfiles

Bryan Beaudreault created HBASE-27256:
-----------------------------------------

             Summary: 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


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)