You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/07/02 22:58:45 UTC

[jira] Updated: (HBASE-476) RegexpRowFilter behaves incorectly when there are multiple store files

     [ https://issues.apache.org/jira/browse/HBASE-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman updated HBASE-476:
--------------------------------

        Fix Version/s: 0.2.0
    Affects Version/s: 0.2.0

> 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, 0.2.0
>            Reporter: Clint Morgan
>            Assignee: Jim Kellerman
>            Priority: Blocker
>             Fix For: 0.1.0, 0.2.0
>
>         Attachments: hbase-476-test.log, hbase-476-test.patch, hbase-476-test2.patch, hbase-476-test3.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.