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

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

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


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.


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

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-2230:
-------------------------

    Attachment: HBASE-2230.patch

> 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
>         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.