Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 68150 invoked from network); 6 Mar 2010 23:37:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Mar 2010 23:37:08 -0000 Received: (qmail 76755 invoked by uid 500); 6 Mar 2010 23:36:50 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 76734 invoked by uid 500); 6 Mar 2010 23:36:50 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-issues@hadoop.apache.org Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 76724 invoked by uid 99); 6 Mar 2010 23:36:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Mar 2010 23:36:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Mar 2010 23:36:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 24256234C1F2 for ; Sat, 6 Mar 2010 23:36:27 +0000 (UTC) Message-ID: <400315662.121311267918587133.JavaMail.jira@brutus.apache.org> Date: Sat, 6 Mar 2010 23:36:27 +0000 (UTC) From: "stack (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Commented: (HBASE-2249) The PerformanceEvaluation read tests don't take the MemStore into account. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842345#action_12842345 ] stack commented on HBASE-2249: ------------------------------ I applied HBASE-2249.patch to the branch. I made one change adding the scanner setup to timing (I moved the scanner setup out of set setup and into testRow --- if scanner is null, create it). It changes timings but it should have been in there all along (as Dan and Dave suggest above). Maybe someone can fix up the patch so it applies to TRUNK? > The PerformanceEvaluation read tests don't take the MemStore into account. > -------------------------------------------------------------------------- > > Key: HBASE-2249 > URL: https://issues.apache.org/jira/browse/HBASE-2249 > Project: Hadoop HBase > Issue Type: Improvement > Affects Versions: 0.20.3 > Reporter: Dan Washusen > Fix For: 0.20.4 > > Attachments: 2249-TRUNK.patch, HBASE-2249.patch > > > The write tests in the PerformanceEvaluation flush the MemStore after they complete, as a result the read tests don't take the MemStore into account (because it's always empty). An optional flag could be provided when the performance evaluation starts that dictates if the table should be flushed after a test completes. This optional flag would allow changes to the MemStore to be performance tested... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.