[
https://issues.apache.org/jira/browse/HBASE-13738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14632391#comment-14632391
]
Lars Hofhansl commented on HBASE-13738:
---------------------------------------
Looks like we're fixing another problem now. The behavior described with
VERSION=>1 is expected. If there's a problem and it keeps two version when it
should only keep one, that's a different problem, and not a correctness issue.
Maybe the second issue is already fixed by HBASE-12931?
> 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)