You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/12/07 01:06:55 UTC

[3/4] hbase git commit: HBASE-19447 INFO level logging of GetClusterStatus from HMaster is too chatty

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/97d17ae1
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/97d17ae1
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/97d17ae1

Branch: refs/heads/master
Commit: 97d17ae195cd522d0ce74db0733f63337a36b480
Parents: 4a2e8b8
Author: Andrew Purtell <ap...@apache.org>
Authored: Wed Dec 6 17:05:07 2017 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Wed Dec 6 17:06:34 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/97d17ae1/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 16e8587..1c57620 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
@@ -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);
     }