You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/06/23 15:13:25 UTC

[jira] [Commented] (HBASE-10964) Delete mutation is not consistent with Put wrt timestamp

    [ https://issues.apache.org/jira/browse/HBASE-10964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040725#comment-14040725 ] 

Hudson commented on HBASE-10964:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #5225 (See [https://builds.apache.org/job/HBase-TRUNK/5225/])
HBASE-11382 Adding unit test for HBASE-10964 (Delete mutation is not consistent with Put wrt timestamp) (Srikanth) (anoopsamjohn: rev 3020842d5c4a7c32045c516c8a1d06a9e77688f0)
* hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestDeleteTimeStamp.java


> Delete mutation is not consistent with Put wrt timestamp
> --------------------------------------------------------
>
>                 Key: HBASE-10964
>                 URL: https://issues.apache.org/jira/browse/HBASE-10964
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>             Fix For: 0.99.0, 0.98.2, 0.96.3
>
>         Attachments: HBASE-10964.patch
>
>
> We have	Put constructors which take ts param
> eg: Put(byte[] row, long ts)
> When one creates a Put this way and add columns to it, without giving a specific TS, these individual cells will honour this Put object's TS. One can use add API which takes a TS and so can override TS for this Cell.
> For delete also we have similar constructors with and without TS params and delete***() APIs same way as add(). But delete***() APIs (without taking a specific TS) is not honouring the Delete object's TS.



--
This message was sent by Atlassian JIRA
(v6.2#6252)