Sean Busbey created HBASE-18046:
-----------------------------------
Summary: replace 'hbase.client.log.scanner.activity' with logger
Key: HBASE-18046
URL: https://issues.apache.org/jira/browse/HBASE-18046
Project: HBase
Issue Type: Improvement
Components: Operability
Affects Versions: 1.3.0, 1.2.0, 1.1.0, 1.0.0, 0.98.0, 0.94.0, 2.0.0, 1.4.0
Reporter: Sean Busbey
Priority: Minor
Fix For: 2.0.0, 1.5.0
HBASE-6004 introduced some additional INFO logging around scanners that's
critical to debugging. Because of the additional logging
it guarded that activity behind a new config
'hbase.client.log.scanner.activity'.
There's a comment in the reviews that it'd be more consistent to handle this
via a different logger or a different logging level.
This jira is to complete that work, so that operators trying to debug scans can
just rely on configuring the logging framework without having to also set a
client config.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)