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_r308044644
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
##########
@@ -1832,16 +1833,17 @@ public static void deleteRegion(Connection connection,
RegionInfo regionInfo) th
* @param connection connection we're using
* @param regionsInfo list of regions to be deleted from META
*/
- public static void deleteRegions(Connection connection, List<RegionInfo>
regionsInfo)
+ public static void deleteRegionsInfo(Connection connection, List<RegionInfo>
regionsInfo)
Review comment:
Sounds good, will do.
----------------------------------------------------------------
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