You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/02/16 07:02:27 UTC

[jira] Resolved: (HBASE-2230) SingleColumnValueFilter has an ungaurded debug log message.

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

stack resolved HBASE-2230.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0
                   0.20.4

Committed branch and trunk.

> SingleColumnValueFilter has an ungaurded debug log message.
> -----------------------------------------------------------
>
>                 Key: HBASE-2230
>                 URL: https://issues.apache.org/jira/browse/HBASE-2230
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: filters
>    Affects Versions: 0.20.3
>            Reporter: Dan Washusen
>            Priority: Minor
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: HBASE-2230.patch
>
>
> The org.apache.hadoop.hbase.filter.SingleColumnValueFilter includes a debug log message that isn't guarded by a check on org.apache.commons.logging.Log#isDebugEnabled.  As a result there are several unnecessary string concatenations and a call to convert the row value byte array to a String...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.