You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/07/13 20:42:05 UTC

[jira] [Commented] (HBASE-13738) Scan with RAW type for increment data insertions is displaying only latest two KV's

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

Andrew Purtell commented on HBASE-13738:
----------------------------------------

Are you planning on putting up another version addressing Anoop's feedback [~pankaj_kumar]? 

> Scan with RAW type for increment data insertions is displaying only latest two KV's 
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-13738
>                 URL: https://issues.apache.org/jira/browse/HBASE-13738
>             Project: HBase
>          Issue Type: Bug
>          Components: Scanners
>         Environment: Suse 11 SP3
>            Reporter: neha
>            Assignee: Pankaj Kumar
>            Priority: Minor
>         Attachments: HBASE-13738.patch
>
>
> [Scenario for Reproducing ]:
> 1. Create an HBase table with single column family by keeping the versions=1 (DEFAULT)
> 2. Increment Insertion more than 2 times for the same row and for same qualifier.
> 3. scan the table with raw= true and versions= 10  
> {code}
> scan 'tbl', {RAW => TRUE, VERSIONS => 10}
> {code}
> Expected Result:
> ===============
> Raw scan should result in all the versions until the table flushed



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