HBASE-19447 INFO level logging of GetClusterStatus from HMaster is too chatty
This commit is contained in:
parent
4a2e8b852d
commit
97d17ae195
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue