You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/07/16 17:21:41 UTC

[GitHub] [hbase-operator-tools] saintstack opened a new pull request #10: HBASE-22688 [HBCK2] Add filesystem fixup to hbck2

saintstack opened a new pull request #10: HBASE-22688 [HBCK2] Add filesystem fixup to hbck2
URL: https://github.com/apache/hbase-operator-tools/pull/10
 
 
   Adds a general filesystem check command to the HBCK2 list.
   Runs just the offline filesystem checks from the old hbck1
   HBaseFsck tool. Checks hfile validity, if references and
   hfile links are wholesome, and whether the hbase.version
   file is present. Pass '--fix' to do fixup.
   
   Depends on hbck1 HBaseFsck being present in hbck2
   (HBASE-22680 adds it so this could go in after it)
   
   Does NOT do regiondir or tabledir fixup or fixing of
   orphans in hdfs or plugging holes in hdfs.
   
   A hbase-hbck2/src/main/java/org/apache/hbase/FileSystemFsck.java
    Adds a file to handle filesystem fsck checking and fixing.
   
   M hbase-hbck2/src/main/java/org/apache/hbase/hbck1/HFileCorruptionChecker.java
    Formatting fixes and filling out the MOB report so like the hfile
    report.
   
   Signed-off-by: Sean Busbey <bu...@apache.org>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services