You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org> on 2011/10/01 01:03:47 UTC

[jira] [Commented] (HBASE-4509) [hbck] Improve region map output

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

jiraposter@reviews.apache.org commented on HBASE-4509:
------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2111/#review2241
-----------------------------------------------------------

Ship it!


- Michael


On 2011-09-29 07:41:19, jmhsieh wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/2111/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2011-09-29 07:41:19)
bq.  
bq.  
bq.  Review request for hbase, Todd Lipcon and Michael Stack.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  This is on top of HBASE-4506 but doesn't require it.
bq.  
bq.  commit 17d3b8856a8e7c803463fb37b1bd4691d0a02ba9
bq.  Author: Jonathan Hsieh <jo...@cloudera.com>
bq.  Date:   Wed Sep 28 20:32:02 2011 -0700
bq.  
bq.      HBASE-4509 [hbck] Improve region map output
bq.  
bq.  Details:
bq.  
bq.  HBASE-4375 added a region coverage visualization to hbck in details mode. When users have binary row keys the output is difficult to parse (awk/sed) or pull into programs (numeric, excel) capable of handling tsv formatted data.
bq.  
bq.  This patch:
bq.  
bq.  * improves output by using Bytes.toStringBinary (which escapes binary) instead of Bytes.toString when printing keys,
bq.  * suggests some repair actions, and
bq.  * collects "overlap group" that groups regions that are overlapping.
bq.  
bq.  
bq.  This addresses bug HBASE-4509.
bq.      https://issues.apache.org/jira/browse/HBASE-4509
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java 8465724 
bq.    src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java fae0881 
bq.  
bq.  Diff: https://reviews.apache.org/r/2111/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  Updated unit test passes.  Used on a live cluster to get better information when dianosing problem.
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  jmhsieh
bq.  
bq.


                
> [hbck] Improve region map output
> --------------------------------
>
>                 Key: HBASE-4509
>                 URL: https://issues.apache.org/jira/browse/HBASE-4509
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.92.0, 0.94.0, 0.90.5
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: 0001-HBASE-4509-hbck-Improve-region-map-output.patch
>
>
> HBASE-4375 added a region coverage visualization to hbck in details mode.  When users have binary row keys the output is difficult to parse (awk/sed) or pull into programs (numeric, excel) capable of handling tsv formatted data.
> This patch 
> * improves output by using Bytes.toStringBinary (which escapes binary) instead of Bytes.toString when printing keys, 
> * suggests some repair actions, and 
> * collects "problem group" that groups regions that are overlapping.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira