HBASE-19447 INFO level logging of GetClusterStatus from HMaster is too chatty

This commit is contained in:
Andrew Purtell 2017-12-06 17:05:07 -08:00
parent 4a2e8b852d
commit 97d17ae195
1 changed files with 0 additions and 2 deletions

View File

@ -2485,8 +2485,6 @@ public class HMaster extends HRegionServer implements MasterServices {
cpHost.preGetClusterStatus();
}
ClusterStatus status = getClusterStatusWithoutCoprocessor(options);
LOG.info(getClientIdAuditPrefix() + " get ClusterStatus, status=" + status
+ ", options=" + options);
if (cpHost != null) {
cpHost.postGetClusterStatus(status);
}