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/12/06 11:29:36 UTC

[GitHub] [hbase-operator-tools] daisukebe commented on issue #45: HBASE-23371 [HBCK2] Provide client side method for removing ghost regions in meta.

daisukebe commented on issue #45: HBASE-23371 [HBCK2] Provide client side method for removing ghost regions in meta.
URL: https://github.com/apache/hbase-operator-tools/pull/45#issuecomment-562537883
 
 
   Hi @wchevreuil, couple of comments based on my test. 
   
   Unless the region is overlapped with other regions in meta, uses should use `assign '<region>'` command as a viable action to take because it generates a new empty region directory appropriately via `org.apache.hadoop.hbase.regionserver.HRegionFileSystem#writeRegionInfoFileContent`. 
   
   Otherwise, in a case where the region is overlapped with others in meta, we should remove the region's entry from meta as assuming it does not have valid data in HDFS.
   
   Thoughts?

----------------------------------------------------------------
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