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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/70c76882
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/70c76882
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/70c76882

Branch: refs/heads/branch-1
Commit: 70c7688271619cc416468208b455f8f2b070d326
Parents: f88304d
Author: Andrew Purtell <apurt...@apache.org>
Authored: Wed Dec 6 17:05:07 2017 -0800
Committer: Andrew Purtell <apurt...@apache.org>
Committed: Wed Dec 6 17:05:19 2017 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/hadoop/hbase/master/HMaster.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/70c76882/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
----------------------------------------------------------------------
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
index a97f9f4..d7fc2e5 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
@@ -2415,7 +2415,6 @@ public class HMaster extends HRegionServer implements 
MasterServices, Server {
       cpHost.preGetClusterStatus();
     }
     ClusterStatus status = getClusterStatusWithoutCoprocessor();
-    LOG.info(getClientIdAuditPrefix() + " get ClusterStatus, status=" + 
status);
     if (cpHost != null) {
       cpHost.postGetClusterStatus(status);
     }

Reply via email to