[
https://issues.apache.org/jira/browse/HBASE-9200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13739060#comment-13739060
]
Hudson commented on HBASE-9200:
-------------------------------
SUCCESS: Integrated in HBase-0.94 #1107 (See
[https://builds.apache.org/job/HBase-0.94/1107/])
HBASE-9200 HFilePrettyPrinter finds incorrect largest row (Shrijeet Paliwal)
(larsh: rev 1513686)
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java
> HFilePrettyPrinter finds incorrect largest row
> ----------------------------------------------
>
> Key: HBASE-9200
> URL: https://issues.apache.org/jira/browse/HBASE-9200
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.94.10
> Reporter: Shrijeet Paliwal
> Assignee: Shrijeet Paliwal
> Priority: Minor
> Fix For: 0.98.0, 0.95.2, 0.94.11
>
> Attachments: HBASE-9200.1.patch
>
>
> When one specifies 'printStats' option to HFilePrettyPrinter one of the
> findings in the report is key row key of the largest row in HFile. Due to a
> bug it prints in correct row.
> {noformat}
> if (curRowBytes > maxRowBytes && prevKV != null) {
> biggestRow = prevKV.getRow();
> }
> {noformat}
> Above piece should update maxRowBytes to curRowBytes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira