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

Bug in KeyValueUtil.oswrite() for non Keyvalue cases

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0, 1.1.0
    • 1.0.1, 1.1.0, 2.0.0
    • None
    • None
    • Reviewed

    Description

      KeyValueUtil.oswrite() handles the serialization of the Cells. In case of non KV cases we write the tagLen as 0 but while deserializing using KeyValueUtil.create() this does not work as we don't include the tag length. This problem is not visible because we don't write tags from the server to clients. But if we have DBEs enabled and we have a scenario to send back the tags also to the clients then this will break.

      Attachments

        1. HBASE-13410.patch
          9 kB
          ramkrishna.s.vasudevan
        2. HBASE-13410.patch
          7 kB
          ramkrishna.s.vasudevan

        Activity

          People

            ram_krish ramkrishna.s.vasudevan
            ram_krish ramkrishna.s.vasudevan
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: