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 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.