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

stack updated HBASE-1906:
-------------------------

    Attachment: 1906-v3.patch

Here's a fix.  Most of the patch is just formatting changes (apart from the 
addition of the two tests --- one client-side and other on HRegion).  The fix 
is in the HRegion#nextInternal.  I halved its size.  It was duplicating 
function using near-duplicate code.  Importantly, there was a code path where 
we could exit with results without calling filterRow.  The tests had filters 
that would rule out a whole row if filterRow was called.

> FilterList of prefix and columnvalue not working properly with deletes and 
> multiple values
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1906
>                 URL: https://issues.apache.org/jira/browse/HBASE-1906
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.20.2, 0.21.0
>
>         Attachments: 1906-v2.patch, 1906-v3.patch, filterlist.patch
>
>
> Attached are some unit tests from client and region that demonstrate the 
> failing issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to