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

haosen chen updated HBASE-28935:
--------------------------------
    Description: 
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.

  was:
1. When executing hbck2 filesystem command, it always report 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 HDFS directory is 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 aren't daemon threads.


> [HBCK2] filesystem command always report region hole and doesn't exit 
> ----------------------------------------------------------------------
>
>                 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
>
> 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)

Reply via email to