You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Guanghao Zhang (JIRA)" <ji...@apache.org> on 2019/08/08 00:11:00 UTC

[jira] [Updated] (HBASE-22807) HBCK Report showed wrong orphans regions on FileSystem

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

Guanghao Zhang updated HBASE-22807:
-----------------------------------
    Description: It showed .tabledesc and .tmp as orphans regions. Need to use FSUtils.getRegionDirs(fs, tableDir) instead of fs.listStatus(tableDir.getPath()).

> HBCK Report showed wrong orphans regions on FileSystem
> ------------------------------------------------------
>
>                 Key: HBASE-22807
>                 URL: https://issues.apache.org/jira/browse/HBASE-22807
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Guanghao Zhang
>            Assignee: Guanghao Zhang
>            Priority: Major
>
> It showed .tabledesc and .tmp as orphans regions. Need to use FSUtils.getRegionDirs(fs, tableDir) instead of fs.listStatus(tableDir.getPath()).



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)