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

ThriftServerRunner.HbaseHandler.mutateRow() does not use ByteBuffer correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.94.0, 0.95.0
    • None
    • None
    • Reviewed

    Description

      We have fixed similar bug in
      https://issues.apache.org/jira/browse/HBASE-5507

      It uses ByteBuffer.array() to read the ByteBuffer.
      This will ignore the offset return the whole underlying byte array.
      The bug can be triggered by using framed Transport thrift servers.

      Attachments

        Activity

          People

            schen Scott Chen
            schen Scott Chen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: