You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars George (JIRA)" <ji...@apache.org> on 2009/06/25 20:09:07 UTC

[jira] Created: (HBASE-1585) More binary key/value log output cleanup

More binary key/value log output cleanup
----------------------------------------

                 Key: HBASE-1585
                 URL: https://issues.apache.org/jira/browse/HBASE-1585
             Project: Hadoop HBase
          Issue Type: Improvement
          Components: client
    Affects Versions: 0.20.0
            Reporter: Lars George
            Assignee: Lars George
            Priority: Trivial
             Fix For: 0.20.0


As seen in HBASE-1569 there are a few more spots that need toStringBinary() to produce better log output. In HTable.ClientScanner are two of those.

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


[jira] Updated: (HBASE-1585) More binary key/value log output cleanup

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

stack updated HBASE-1585:
-------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Thanks for patch Lars and for review Jon

> More binary key/value log output cleanup
> ----------------------------------------
>
>                 Key: HBASE-1585
>                 URL: https://issues.apache.org/jira/browse/HBASE-1585
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 0.20.0
>            Reporter: Lars George
>            Assignee: Lars George
>            Priority: Trivial
>             Fix For: 0.20.0
>
>         Attachments: 1585.patch
>
>
> As seen in HBASE-1569 there are a few more spots that need toStringBinary() to produce better log output. In HTable.ClientScanner are two of those.

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


[jira] Commented: (HBASE-1585) More binary key/value log output cleanup

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724217#action_12724217 ] 

Jonathan Gray commented on HBASE-1585:
--------------------------------------

Patch looks good, but line 1777 is now >80 chars.  Can be fixed on commit.

Otherwise, +1 for commit

Thanks Lars!

> More binary key/value log output cleanup
> ----------------------------------------
>
>                 Key: HBASE-1585
>                 URL: https://issues.apache.org/jira/browse/HBASE-1585
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 0.20.0
>            Reporter: Lars George
>            Assignee: Lars George
>            Priority: Trivial
>             Fix For: 0.20.0
>
>         Attachments: 1585.patch
>
>
> As seen in HBASE-1569 there are a few more spots that need toStringBinary() to produce better log output. In HTable.ClientScanner are two of those.

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


[jira] Updated: (HBASE-1585) More binary key/value log output cleanup

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

Lars George updated HBASE-1585:
-------------------------------

    Attachment: 1585.patch

Patch fixes log output.

> More binary key/value log output cleanup
> ----------------------------------------
>
>                 Key: HBASE-1585
>                 URL: https://issues.apache.org/jira/browse/HBASE-1585
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 0.20.0
>            Reporter: Lars George
>            Assignee: Lars George
>            Priority: Trivial
>             Fix For: 0.20.0
>
>         Attachments: 1585.patch
>
>
> As seen in HBASE-1569 there are a few more spots that need toStringBinary() to produce better log output. In HTable.ClientScanner are two of those.

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


[jira] Updated: (HBASE-1585) More binary key/value log output cleanup

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

Lars George updated HBASE-1585:
-------------------------------

    Status: Patch Available  (was: Open)

Trivial improvement.

> More binary key/value log output cleanup
> ----------------------------------------
>
>                 Key: HBASE-1585
>                 URL: https://issues.apache.org/jira/browse/HBASE-1585
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 0.20.0
>            Reporter: Lars George
>            Assignee: Lars George
>            Priority: Trivial
>             Fix For: 0.20.0
>
>         Attachments: 1585.patch
>
>
> As seen in HBASE-1569 there are a few more spots that need toStringBinary() to produce better log output. In HTable.ClientScanner are two of those.

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


[jira] Commented: (HBASE-1585) More binary key/value log output cleanup

Posted by "Lars George (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724222#action_12724222 ] 

Lars George commented on HBASE-1585:
------------------------------------

Btw, I meant HBASE-1560 above, that is where the binary printout can be seen. Thanks guys!

> More binary key/value log output cleanup
> ----------------------------------------
>
>                 Key: HBASE-1585
>                 URL: https://issues.apache.org/jira/browse/HBASE-1585
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 0.20.0
>            Reporter: Lars George
>            Assignee: Lars George
>            Priority: Trivial
>             Fix For: 0.20.0
>
>         Attachments: 1585.patch
>
>
> As seen in HBASE-1569 there are a few more spots that need toStringBinary() to produce better log output. In HTable.ClientScanner are two of those.

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