You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ChiaPing Tsai (JIRA)" <ji...@apache.org> on 2016/10/12 10:08:20 UTC

[jira] [Comment Edited] (HBASE-16731) Inconsistent results from the Get/Scan if we use the empty FilterList

    [ https://issues.apache.org/jira/browse/HBASE-16731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15568285#comment-15568285 ] 

ChiaPing Tsai edited comment on HBASE-16731 at 10/12/16 10:08 AM:
------------------------------------------------------------------

v3.patch re-generates the pb code because of [HBASE-15658|https://issues.apache.org/jira/browse/HBASE-15638]


was (Author: chia7712):
v3.patch re-generates the pb code due to [HBASE-15658|https://issues.apache.org/jira/browse/HBASE-15638]

> Inconsistent results from the Get/Scan if we use the empty FilterList
> ---------------------------------------------------------------------
>
>                 Key: HBASE-16731
>                 URL: https://issues.apache.org/jira/browse/HBASE-16731
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: ChiaPing Tsai
>            Assignee: ChiaPing Tsai
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HBASE-16731.v0.patch, HBASE-16731.v1.patch, HBASE-16731.v2.patch, HBASE-16731.v3.patch
>
>
> RSRpcServices#get() converts the Get to Scan without scan#setLoadColumnFamiliesOnDemand. It causes that the result retrieved from Get and Scan will be different if we use the empty filter. Scan doesn't return any data but Get does.
> see [HBASE-16729 |https://issues.apache.org/jira/browse/HBASE-16729]
> Any comments? Thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)