Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 73857 invoked from network); 18 Jun 2008 15:33:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2008 15:33:46 -0000 Received: (qmail 79068 invoked by uid 500); 18 Jun 2008 15:33:40 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 79057 invoked by uid 500); 18 Jun 2008 15:33:40 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 79013 invoked by uid 99); 18 Jun 2008 15:33:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2008 08:33:40 -0700 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; Wed, 18 Jun 2008 15:32:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3089A234C144 for ; Wed, 18 Jun 2008 08:32:45 -0700 (PDT) Message-ID: <2107363494.1213803165197.JavaMail.jira@brutus> Date: Wed, 18 Jun 2008 08:32:45 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-694) HStore.rowAtOrBeforeFromMapFile() fails to locate the row if # of mapfiles >= 2 In-Reply-To: <1320207444.1213684305100.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605987#action_12605987 ] stack commented on HBASE-694: ----------------------------- Welcome back Bryan. TRB is failing pretty consistently. It needs looking at. TMU usually passes IIRC. If you run tests w/o this patch do you have same failures? > HStore.rowAtOrBeforeFromMapFile() fails to locate the row if # of mapfiles >= 2 > ------------------------------------------------------------------------------- > > Key: HBASE-694 > URL: https://issues.apache.org/jira/browse/HBASE-694 > Project: Hadoop HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.2.0 > Environment: Hadoop 0.17.0 release + HBase trunk > Reporter: Rong-En Fan > Assignee: Bryan Duxbury > Priority: Critical > Fix For: 0.2.0 > > Attachments: 694-v2.patch, 694.diff > > > After HBASE-528 committed, a misplaced return statement and } cause > rowAtOrBeforeFromMapFile() never look into 2nd (and latter) MapFile > if candidateKeys.firstKey() <= map.finalKey(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.