[
https://issues.apache.org/jira/browse/HBASE-12237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14169590#comment-14169590
]
Ted Yu commented on HBASE-12237:
--------------------------------
Thanks for the review, Andrew.
> HBaseZeroCopyByteString#wrap() should not be called in hbase-client code
> ------------------------------------------------------------------------
>
> Key: HBASE-12237
> URL: https://issues.apache.org/jira/browse/HBASE-12237
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Critical
> Fix For: 2.0.0, 0.98.8, 0.99.2
>
> Attachments: 12237-v1.txt
>
>
> In RegionServerCoprocessorRpcChannel#callExecService(), there is following
> code:
> {code}
> final ClientProtos.CoprocessorServiceCall call =
> ClientProtos.CoprocessorServiceCall.newBuilder()
> .setRow(HBaseZeroCopyByteString.wrap(HConstants.EMPTY_BYTE_ARRAY))
> {code}
> Calling HBaseZeroCopyByteString#wrap() in hbase-client module causes
> regression w.r.t. HBASE-11118
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)