Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-7320 Remove KeyValue.getBuffer()
  3. HBASE-10420

Replace KV.getBuffer with KV.get{Row|Family|Qualifier|Value|Tags}Array

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.99.0
    • None
    • None
    • Reviewed

    Description

      We we start by removing KeyValue.getBuffer() in all obvious places.
      Obvious places are where we access the buffer by getRowOffset() and getRowLength(), etc, since we then now we're cross a row/family/qualifier/value/tags boundary.
      The attached patch does that.

      Attachments

        1. 7320-simple.txt
          38 kB
          Lars Hofhansl

        Activity

          People

            larsh Lars Hofhansl
            larsh Lars Hofhansl
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: