[
https://issues.apache.org/jira/browse/HBASE-28935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
haosen chen resolved HBASE-28935.
---------------------------------
Resolution: Fixed
> [HBCK2] filesystem command always report region hole and doesn't exit
> automatically
> -----------------------------------------------------------------------------------
>
> Key: HBASE-28935
> URL: https://issues.apache.org/jira/browse/HBASE-28935
> Project: HBase
> Issue Type: Bug
> Components: hbase-operator-tools
> Reporter: haosen chen
> Assignee: haosen chen
> Priority: Minor
> Labels: pull-request-available
>
> 1. When executing hbck2 filesystem command, it always reports region hole for
> all region like:
> {code:java}
> ERROR: There is a hole in the region chain between and . You need to create
> a new .regioninfo and region dir in hdfs to plug the hole.
> ERROR: Found inconsistency in table hbase:meta
> ERROR: There is a hole in the region chain between and . You need to create
> a new .regioninfo and region dir in hdfs to plug the hole.
> ERROR: Found inconsistency in table hbase:namespace{code}
> The reason for this problem is that the region directories are not loaded
> at all. In hbck1, the process will load all region directories by default.
> 2. After the check is completed, the process will not exit automatically
> because the hbasefsck threads are not daemon threads.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)