Andrew Purtell created HBASE-19447:
--------------------------------------
Summary: INFO level logging of GetClusterStatus is too chatty
Key: HBASE-19447
URL: https://issues.apache.org/jira/browse/HBASE-19447
Project: HBase
Issue Type: Bug
Affects Versions: 1.4.0
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Fix For: 1.4.0
Should be DEBUG. Should be wrapped with a logLevel check.
./hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:2409:
LOG.info(getClientIdAuditPrefix() + " get ClusterStatus, status=" + status);
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)