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

stack updated HBASE-10422:
--------------------------

      Resolution: Fixed
    Hadoop Flags: Incompatible change,Reviewed
          Status: Resolved  (was: Patch Available)

Committed to all branches.  [~nkeywal] suggests calling this HBasePrivateZCLBS 
instead of ZCLBS.  No harm doing that I'd say.  Meantime, lets get this small 
patch in.

> ZeroCopyLiteralByteString.zeroCopyGetBytes has an unusable prototype and 
> conflicts with AsyncHBase
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-10422
>                 URL: https://issues.apache.org/jira/browse/HBASE-10422
>             Project: HBase
>          Issue Type: Bug
>          Components: Client, Protobufs
>    Affects Versions: 0.98.0, 0.96.1, 0.96.1.1
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>             Fix For: 0.96.2, 0.98.1, 0.99.0
>
>         Attachments: 
> 10422-Fix-the-signature-of-zeroCopyGetBytes-to-make-it-us.patch, 
> 10422-Fix-the-signature-of-zeroCopyGetBytes-to-make-it-us.patch
>
>
> In HBASE-9868 the trick that AsyncHBase uses to extract byte arrays from 
> protobufs without copying them was ported, however the signature of 
> {{zeroCopyGetBytes}} was changed for some reason.  There are two problems 
> with the changed signature:
> # It makes the helper function unusable since it refers to a package-private 
> class.
> # It clashes with the signature AsyncHBase expects, thereby making user's 
> life miserable for those who pull in both AsyncHBase and HBase on their 
> classpath.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to