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

Visibility serialization format tag gets duplicated in Append/Increment'ed cells

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.98.4
    • 0.99.0, 0.98.4
    • security
    • None
    • Reviewed

    Description

      When the Append/Increment contains a CellVisibility, we will rewrite this new tags in to the new Cell. There while copying the non vis tags, we exclude TagType.VISIBILITY_TAG_TYPE only. So the old cell can contain TagType VISIBILITY_EXP_SERIALIZATION_TAG_TYPE and we will copy that one, and next while creating Tags for the new CellVisibility we will add this tag again. So a cell after 100 Increments will contain 100 tags of type VISIBILITY_EXP_SERIALIZATION_TAG_TYPE!

      Attachments

        1. HBASE-11510_0.98.patch
          0.9 kB
          Anoop Sam John
        2. HBASE-11510.patch
          0.9 kB
          Anoop Sam John

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: