Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 17029 invoked from network); 21 Mar 2008 23:01:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2008 23:01:20 -0000 Received: (qmail 6930 invoked by uid 500); 21 Mar 2008 23:01:18 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 6917 invoked by uid 500); 21 Mar 2008 23:01:18 -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 6908 invoked by uid 99); 21 Mar 2008 23:01:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Mar 2008 16:01:18 -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; Fri, 21 Mar 2008 23:00:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3A494234C0AB for ; Fri, 21 Mar 2008 15:59:24 -0700 (PDT) Message-ID: <1847254708.1206140364237.JavaMail.jira@brutus> Date: Fri, 21 Mar 2008 15:59:24 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-476) RegexpRowFilter behaves incorectly when there are multiple store files In-Reply-To: <254048170.1204309611365.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-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581212#action_12581212 ] Jim Kellerman commented on HBASE-476: ------------------------------------- Clint, Would you be willing to upload a version of hbase-476-test2.patch and grant an ASF license for it? Without an ASF license, we cannot use it as the basis for a test case. Thanks. > RegexpRowFilter behaves incorectly when there are multiple store files > ---------------------------------------------------------------------- > > Key: HBASE-476 > URL: https://issues.apache.org/jira/browse/HBASE-476 > Project: Hadoop HBase > Issue Type: Bug > Components: filters > Affects Versions: 0.1.0 > Reporter: Clint Morgan > Priority: Blocker > Fix For: 0.1.0 > > Attachments: hbase-476-test.log, hbase-476-test.patch, hbase-476-test2.patch > > > I noticed that after running some table Map/Reduces, then using a > RegExpRowFilter to scan through the table, the scanner misses > rows when its columns are in different stores. > This (rather convoluted) unit test provokes the behavior. > - Set memcache flush size small to trigger multiple stores > - put in 10 row with 2 columns. Each row has the same value for col1 (which the RowFilter wants to match) > - Scan with and without the filter to be sure that we get all the rows with each > - Run an identity table M/R 10 times to fill up the memcache and trigger flush. > - Scan again. This time the filter does not pickup anything. > Attaching the log from this run as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.