XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-beta-1, 2.0.0
    • None
    • None
    • Reviewed
    • Deprecates Put#addImmutable as of release 2.0.0, this will be removed in HBase 3.0.0. Use {@link #add(Cell)} and {@link org.apache.hadoop.hbase.CellBuilder} instead

    Description

      Users are able to use CellBuilder to build the cell without array copy for Put/Delete/Increment/Append, and we always do the copy if user pass the ByteBuffer. Hence, the addImmutable is unnecessary.

      Attachments

        1. HBASE-19462.v1.patch
          73 kB
          Chia-Ping Tsai
        2. HBASE-19462.v0.patch
          72 kB
          Chia-Ping Tsai

        Activity

          People

            chia7712 Chia-Ping Tsai
            chia7712 Chia-Ping Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: