Ted Yu created HBASE-12237:
------------------------------

             Summary: 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


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