guluo2016 commented on code in PR #6290: URL: https://github.com/apache/hbase/pull/6290#discussion_r1837858527
########## hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobUtils.java: ########## @@ -309,7 +309,18 @@ public static void cleanExpiredMobFiles(FileSystem fs, Configuration conf, Table fileName = hfileLink.getOriginPath().getName(); } - Date fileDate = parseDate(MobFileName.getDateFromName(fileName)); + String s = String.format("%s=%s-", Review Comment: Make sense, let me check the code first. Thanks. -- 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