openinx 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_r308044603
##########
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:
Because the method only delete the info column family (will keep other cf),
so name it deleteRegionInfo will be better.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services