HBASE-2873 Minor clean up in basescanner; fix a log and make deletes of region processing run in order -- continued... removing redundancy in logs -- no need to log encoded name anymore .. its part of region name
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@978798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
234c458727
commit
8400698734
|
@ -134,7 +134,6 @@ class CompactSplitThread extends Thread {
|
||||||
if (LOG.isDebugEnabled()) {
|
if (LOG.isDebugEnabled()) {
|
||||||
LOG.debug("Compaction " + (force? "(major) ": "") +
|
LOG.debug("Compaction " + (force? "(major) ": "") +
|
||||||
"requested for region " + r.getRegionNameAsString() +
|
"requested for region " + r.getRegionNameAsString() +
|
||||||
"/" + r.getRegionInfo().getEncodedName() +
|
|
||||||
(why != null && !why.isEmpty()? " because: " + why: ""));
|
(why != null && !why.isEmpty()? " because: " + why: ""));
|
||||||
}
|
}
|
||||||
synchronized (regionsInQueue) {
|
synchronized (regionsInQueue) {
|
||||||
|
|
Loading…
Reference in New Issue