[
https://issues.apache.org/jira/browse/HBASE-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-1324.
--------------------------
Resolution: Fixed
Was a timestamping issue.
Added explicit timestamping adding in edits that are later deleted:
{code}
+
+ long now = System.currentTimeMillis();
// write some data at two columns
- batchUpdate = new BatchUpdate(row2);
+ batchUpdate = new BatchUpdate(row2, now);
{code}
> hbase-1234 broke testget2 unit test (and broke the build)
> ---------------------------------------------------------
>
> Key: HBASE-1324
> URL: https://issues.apache.org/jira/browse/HBASE-1324
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.20.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.