You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ajeet Rai (Jira)" <ji...@apache.org> on 2020/08/25 11:52:00 UTC

[jira] [Updated] (HBASE-24951) RSGRoup: Error message while Table moving table to a RS if one of the region is in closed state.

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

Ajeet Rai updated HBASE-24951:
------------------------------
    Component/s:     (was: hbck2)
                 rsgroup
    Description: 
Error message while Table moving table to a RS if one of the region is in closed state.
However shell command threw no error after all retry failed and in UI also table is shown under this rsgroup

  was:
extra characters "\x00" are added in endkey while creating new region during fixHdfsOrphan operations
 See the log
 ERROR: Found inconsistency in table mob_table
 14:19:06.946 [main] INFO org.apache.hbase.hbck1.HBaseFsck - Attempting to handle orphan hdfs dir: hdfs://hacluster/hbase/data/default/mob_table/156d2bf587ee03a7afc53cbf00ebce38
 14:19:06.974 [main] WARN org.apache.hbase.hbck1.HBaseFsck - Problem reading orphan file HdfsNamedFileStatus{path=hdfs://hacluster/hbase/data/default/mob_table/156d2bf587ee03a7afc53cbf00ebce38/recovered.edits/4.seqid; isDirectory=false; length=0; replication=3; blocksize=268435456; modification_time=1598246777496; access_time=1598246777487; owner=hdfs; group=hadoop; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}, skipping
 14:19:06.975 [main] INFO org.apache.hbase.hbck1.HBaseFsck - *Min max keys are : [889091ff744069cab08dc605d162a8d3-6482, 9996535e07258a7bbfd8b132435c5962-1235)*
 14:19:06.975 [main] INFO org.apache.hbase.hbck1.HBaseFsck - Creating new region :

{ENCODED => 364959ef65602934940f627c7a303eaf, NAME => 'mob_table,889091ff744069cab08dc605d162a8d3-6482,1598249946975.364959ef65602934940f627c7a303eaf.', STARTKEY => '889091ff744069cab08dc605d162a8d3-6482', *ENDKEY => '9996535e07258a7bbfd8b132435c5962-1235*\x00'*}*

 
 As you can see from log extra characters "\x00" are added In ENDKEY which is wrong
  

        Summary: RSGRoup: Error message while Table moving table to a RS  if one of the region is in closed state.  (was: HBCK2: extra characters "\x00" are added in endkey while creating new region during fixHdfsOrphan operations)

> RSGRoup: Error message while Table moving table to a RS  if one of the region is in closed state.
> -------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-24951
>                 URL: https://issues.apache.org/jira/browse/HBASE-24951
>             Project: HBase
>          Issue Type: Bug
>          Components: rsgroup
>    Affects Versions: 2.2.3
>            Reporter: Ajeet Rai
>            Priority: Minor
>
> Error message while Table moving table to a RS if one of the region is in closed state.
> However shell command threw no error after all retry failed and in UI also table is shown under this rsgroup



--
This message was sent by Atlassian Jira
(v8.3.4#803005)