[ 
https://issues.apache.org/jira/browse/HBASE-12237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-12237:
---------------------------
    Attachment: 12237-v1.txt

> 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
>         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)

Reply via email to