[ https://issues.apache.org/jira/browse/HBASE-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jim Kellerman updated HBASE-1202: --------------------------------- Attachment: TestGetRowVersions.java This is a test program that demonstrates the problem. > getRow does not always work when specifying number of versions > -------------------------------------------------------------- > > Key: HBASE-1202 > URL: https://issues.apache.org/jira/browse/HBASE-1202 > Project: Hadoop HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.19.0, 0.19.1, 0.20.0 > Reporter: Jim Kellerman > Priority: Blocker > Fix For: 0.19.1, 0.20.0 > > Attachments: TestGetRowVersions.java > > > When a cell that exists is updated, getRow specifying number of versions does > not work. > What is returned is the original value at that timestamp, instead of the > updated value. > Note that this only applies when more than one version is specified. getRow > with (implied) timestamp = latest does work. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.