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 3067C11057 for ; Tue, 23 Sep 2014 19:14:35 +0000 (UTC) Received: (qmail 24360 invoked by uid 500); 23 Sep 2014 19:14:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24330 invoked by uid 500); 23 Sep 2014 19:14:34 -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 24310 invoked by uid 99); 23 Sep 2014 19:14:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 19:14:34 +0000 Date: Tue, 23 Sep 2014 19:14:34 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12041) AssertionError in HFilePerformanceEvaluation.UniformRandomReadBenchmark 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-12041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14145270#comment-14145270 ] stack commented on HBASE-12041: ------------------------------- Ok. So, I think I can't fix this issue until I do the internal refactor. As is, HFilePE depends on keys being formatted as KV keys. I could 'hack' in something to get this going again but let me go to the root issue first then come back here. > AssertionError in HFilePerformanceEvaluation.UniformRandomReadBenchmark > ----------------------------------------------------------------------- > > Key: HBASE-12041 > URL: https://issues.apache.org/jira/browse/HBASE-12041 > Project: HBase > Issue Type: Bug > Affects Versions: 0.99.1 > Reporter: Jean-Marc Spaggiari > Assignee: stack > > {code} > 2014-09-19 05:18:54,719 INFO [0] hbase.HFilePerformanceEvaluation: Running UniformRandomReadBenchmark for 1000000 rows. > 2014-09-19 05:18:54,719 INFO [0] hfile.CacheConfig: CacheConfig:disabled > Exception in thread "0" java.lang.AssertionError: Expected 0000472128 but got 0000472127 > at org.apache.hadoop.hbase.PerformanceEvaluationCommons.assertKey(PerformanceEvaluationCommons.java:50) > at org.apache.hadoop.hbase.PerformanceEvaluationCommons.assertKey(PerformanceEvaluationCommons.java:45) > at org.apache.hadoop.hbase.HFilePerformanceEvaluation$UniformRandomReadBenchmark.doRow(HFilePerformanceEvaluation.java:295) > at org.apache.hadoop.hbase.HFilePerformanceEvaluation$RowOrientedBenchmark.run(HFilePerformanceEvaluation.java:169) > at org.apache.hadoop.hbase.HFilePerformanceEvaluation.runBenchmark(HFilePerformanceEvaluation.java:121) > at org.apache.hadoop.hbase.HFilePerformanceEvaluation$2.run(HFilePerformanceEvaluation.java:87) > at java.lang.Thread.run(Thread.java:744) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)