HBASE-10196 Enhance HBCK to understand the case after online region merge(addendum)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552240 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
zjushch 2013-12-19 06:28:45 +00:00
parent ce58832621
commit c220ed07b2
1 changed files with 1 additions and 1 deletions

View File

@ -1673,7 +1673,7 @@ public class HBaseFsck extends Configured {
// cleaned by CatalogJanitor later
hbi.setSkipChecks(true);
LOG.info("Region " + descriptiveName
+ " got merge recently, its file will be cleaned by CatalogJanitor later");
+ " got merge recently, its file(s) will be cleaned by CatalogJanitor later");
return;
}
errors.reportError(ERROR_CODE.NOT_IN_META_OR_DEPLOYED, "Region "