Kota-SH commented on code in PR #7058:
URL: https://github.com/apache/hbase/pull/7058#discussion_r2124989993


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java:
##########
@@ -742,7 +742,7 @@ private static void deleteFromMetaTable(final Connection 
connection, final Delet
    * @param connection connection we're using
    * @param deletes    Deletes to add to hbase:meta This list should support 
#remove.
    */
-  private static void deleteFromMetaTable(final Connection connection, final 
List<Delete> deletes)
+  public static void deleteFromMetaTable(final Connection connection, final 
List<Delete> deletes)

Review Comment:
   Not really, I added in case we need to delete regions from the meta table 
during refresh.



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

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to