VladRodionov commented on a change in pull request #623: HBASE-22749: 
Distributed MOB compactions
URL: https://github.com/apache/hbase/pull/623#discussion_r335753662
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobUtils.java
 ##########
 @@ -370,6 +320,23 @@ public static Path getMobHome(Configuration conf) {
     return getMobHome(hbaseDir);
   }
 
+  /**
+   * Gets region encoded name from a MOB file name
+   * @param name name of a MOB file
+   * @return encoded region name
+   *
+   */
+  public static String getEncodedRegionNameFromMobFileName(String mobFileName)
 
 Review comment:
   The method is not needed anymore. I removed it.

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

Reply via email to