Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF953109FC for ; Wed, 14 Aug 2013 01:21:48 +0000 (UTC) Received: (qmail 21883 invoked by uid 500); 14 Aug 2013 01:21:48 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 21853 invoked by uid 500); 14 Aug 2013 01:21:48 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 21844 invoked by uid 99); 14 Aug 2013 01:21:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 01:21:48 +0000 Date: Wed, 14 Aug 2013 01:21:48 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9200) HFilePrettyPrinter finds incorrect largest row MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13739124#comment-13739124 ] Hudson commented on HBASE-9200: ------------------------------- FAILURE: Integrated in hbase-0.95 #442 (See [https://builds.apache.org/job/hbase-0.95/442/]) HBASE-9200 HFilePrettyPrinter finds incorrect largest row (stack: rev 1513671) * /hbase/branches/0.95/hbase-server/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