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:
parent
2560fc0823
commit
42a2b6f4f1
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue