[ https://issues.apache.org/jira/browse/HBASE-20473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ted Yu resolved HBASE-20473. ---------------------------- Resolution: Not A Problem > 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)