Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-10964

Delete mutation is not consistent with Put wrt timestamp

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.99.0, 0.98.2, 0.96.3
    • Client
    • None
    • Incompatible change, Reviewed

    Description

      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.

      Attachments

        1. HBASE-10964.patch
          1 kB
          Anoop Sam John

        Issue Links

          Activity

            People

              anoop.hbase Anoop Sam John
              anoop.hbase Anoop Sam John
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: