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/28 09:42:41 UTC

[GitHub] [hbase] Apache9 commented on a change in pull request #424: HBASE-22758 Remove the unneccesary info cf deletion in DeleteTableProcedure#deleteFromMeta

Apache9 commented on a change in pull request #424: HBASE-22758 Remove the unneccesary info cf deletion in DeleteTableProcedure#deleteFromMeta
URL: https://github.com/apache/hbase/pull/424#discussion_r307993623
 
 

 ##########
 File path: hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
 ##########
 @@ -1819,7 +1819,8 @@ private static void updateLocation(Connection connection, RegionInfo regionInfo,
    * @param regionInfo region to be deleted from META
    * @throws IOException
    */
-  public static void deleteRegion(Connection connection, RegionInfo regionInfo) throws IOException {
+  public static void deleteRegionInfo(Connection connection, RegionInfo regionInfo)
 
 Review comment:
   Why change the method name?

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