You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/04/11 03:12:13 UTC

[jira] [Resolved] (HBASE-4810) Clean up IPC logging configuration

     [ https://issues.apache.org/jira/browse/HBASE-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-4810.
-----------------------------------
    Resolution: Incomplete

> Clean up IPC logging configuration
> ----------------------------------
>
>                 Key: HBASE-4810
>                 URL: https://issues.apache.org/jira/browse/HBASE-4810
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC
>            Reporter: Gary Helmling
>
> The current IPC classes -- HBaseClient, HBaseServer, HBaseRPC, WritableRpcEngine, etc. -- use mangled package names (org.apache.hadoop.ipc) when obtaining loggers so that we can enable "debug" logging on the full org.apache.hadoop.hbase base package and not have the noise from per-request log messages drown out other important information.  This has the desired effect, but is extremely hacky and counter-intuitive.
> I think it would be better to fix the package name used by these classes (use org.apache.hadoop.hbase.ipc), and change the noisy, per-request messages to be logged at "trace" level.  This will keep those messages out of standard debug output, while allowing the log4j configuration when you actually wish to see them to be a little more intuitive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)