Fix broke TestHLogSplit test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1000965 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9ea9cba5b2
commit
d988546130
|
@ -205,8 +205,8 @@ public class MetaEditor {
|
|||
catalogTracker.waitForMetaServerConnectionDefault().
|
||||
delete(CatalogTracker.META_REGION, delete);
|
||||
LOG.info("Deleted daughter " + daughter.getRegionNameAsString() +
|
||||
" reference " + Bytes.toString(qualifier) + " from " +
|
||||
parent.getRegionNameAsString() + " .META.");
|
||||
" " + Bytes.toString(qualifier) + " from parent " +
|
||||
parent.getRegionNameAsString());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue