HBASE-1030 Bit of polish on HBASE-1018; part 1 -- disable HRS logging of serverload

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@721044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-11-27 00:18:39 +00:00
parent 2560fc0823
commit 42a2b6f4f1
1 changed files with 1 additions and 3 deletions

View File

@ -347,8 +347,6 @@ public class HRegionServer implements HConstants, HRegionInterface, Runnable {
storefileIndexSizeMB);
}
this.serverInfo.setLoad(hsl);
if (LOG.isDebugEnabled())
LOG.debug("sending server load: " + hsl);
this.requestCount.set(0);
HMsg msgs[] = hbaseMaster.regionServerReport(
serverInfo, outboundArray, getMostLoadedRegions());
@ -2026,4 +2024,4 @@ public class HRegionServer implements HConstants, HRegionInterface, Runnable {
.getClass(HConstants.REGION_SERVER_IMPL, HRegionServer.class);
doMain(args, regionServerClass);
}
}
}