neha created HBASE-13738:
----------------------------
Summary: 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)