Details
Description
In ProtobufUtil, the protobuf fields are copied into an array using toByteArray(). These are then passed into the KeyValue constructor which does another copy.
It seems like we can avoid a copy here by using HBaseZeroCopyByteString#zeroCopyGetBytes() ?
Attachments
Attachments
Issue Links
- breaks
-
HBASE-23825 Increment proto conversion is broken
- Resolved