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 E948810008 for ; Wed, 16 Oct 2013 12:12:04 +0000 (UTC) Received: (qmail 30535 invoked by uid 500); 16 Oct 2013 12:11:51 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 30346 invoked by uid 500); 16 Oct 2013 12:11:46 -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 30164 invoked by uid 99); 16 Oct 2013 12:11:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Oct 2013 12:11:44 +0000 Date: Wed, 16 Oct 2013 12:11:44 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9770) HFilePerformanceEvaluation is using the wrong Comparator 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-9770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796705#comment-13796705 ] Hudson commented on HBASE-9770: ------------------------------- SUCCESS: Integrated in HBase-TRUNK #4624 (See [https://builds.apache.org/job/HBase-TRUNK/4624/]) HBASE-9770 HFilePerformanceEvaluation is using the wrong Comparator (mbertozzi: rev 1532702) * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/HFilePerformanceEvaluation.java > HFilePerformanceEvaluation is using the wrong Comparator > -------------------------------------------------------- > > Key: HBASE-9770 > URL: https://issues.apache.org/jira/browse/HBASE-9770 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 0.98.0, 0.96.0 > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Priority: Minor > Fix For: 0.98.0, 0.96.0 > > Attachments: HBASE-9770-96-v0.patch, HBASE-9770-trunk-v0.patch > > > HBASE-9262 changed the default comparator but the HFilePerformanceEvaluation tool code was not changed. so now the results has errors... > {code} > ... > ERROR [main] hbase.KeyValue: Unexpected getShortMidpointKey result, fakeKey:0000387144, firstKeyInBlock:0000387144 > ERROR [main] hbase.KeyValue: Unexpected getShortMidpointKey result, fakeKey:0000387427, firstKeyInBlock:0000387427 > ERROR [main] hbase.KeyValue: Unexpected getShortMidpointKey result, fakeKey:0000387710, firstKeyInBlock:0000387710 > ... > INFO [0] hbase.HFilePerformanceEvaluation: Nonexistent row: 0000020825 > INFO [0] hbase.HFilePerformanceEvaluation: Nonexistent row: 0000056693 > INFO [0] hbase.HFilePerformanceEvaluation: Nonexistent row: 0000093565 > ... > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)