You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Benoit Sigoure (JIRA)" <ji...@apache.org> on 2014/01/27 03:36:38 UTC

[jira] [Updated] (HBASE-10422) ZeroCopyLiteralByteString.zeroCopyGetBytes has an unusable prototype and conflicts with AsyncHBase

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

Benoit Sigoure updated HBASE-10422:
-----------------------------------

    Status: Patch Available  (was: Open)

> 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.96.1.1, 0.96.1, 0.98.0
>            Reporter: Benoit Sigoure
>         Attachments: 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)