clarax commented on a change in pull request #2655:
URL: https://github.com/apache/hbase/pull/2655#discussion_r532843964
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
##########
@@ -1314,7 +1314,7 @@ public static Put makePutFromRegionInfo(RegionInfo
regionInfo, long ts) throws I
/**
* Generates and returns a Delete containing the region info for the catalog
table
*/
- private static Delete makeDeleteFromRegionInfo(RegionInfo regionInfo, long
ts) {
+ public static Delete makeDeleteFromRegionInfo(RegionInfo regionInfo, long
ts) {
Review comment:
This was part of Duo's
https://issues.apache.org/jira/browse/HBASE-24633, checked into master but not
back ported.
----------------------------------------------------------------
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]