You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Guangxu Cheng (JIRA)" <ji...@apache.org> on 2018/04/23 06:40:00 UTC

[jira] [Commented] (HBASE-20473) Ineffective INFO logging adjustment in HFilePerformanceEvaluation

    [ https://issues.apache.org/jira/browse/HBASE-20473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16447630#comment-16447630 ] 

Guangxu Cheng commented on HBASE-20473:
---------------------------------------

Hi, Ted. Through testing, I found that this code still take effect.
The purpose of this code is to disable verbose INFO logging from {{org.apache.hadoop.io.compress.CodecPool}}
Although HBASE has migrated away from commons-logging, the class {{CodecPool}} is still using commons-logging.

> Ineffective INFO logging adjustment in HFilePerformanceEvaluation
> -----------------------------------------------------------------
>
>                 Key: HBASE-20473
>                 URL: https://issues.apache.org/jira/browse/HBASE-20473
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> {code}
>   // Disable verbose INFO logging from org.apache.hadoop.io.compress.CodecPool
>   static {
>     System.setProperty("org.apache.commons.logging.Log",
>       "org.apache.commons.logging.impl.SimpleLog");
> {code}
> The above code has no effect since we're migrating away from commons-logging.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)