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

Anoop Sam John commented on HBASE-13738:
----------------------------------------

bq. Create an HBase table with single column family by keeping the versions=1
If you would like to see old values (cells) by raw scan, then you have to keep 
the CF versions >1. If CF version is 1, we will upsert the new cell to memstore 
and so can remove old entries.  Pls test with >1 max_versions.

> 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
>
> [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)

Reply via email to