[
https://issues.apache.org/jira/browse/HBASE-10422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883567#comment-13883567
]
Hudson commented on HBASE-10422:
--------------------------------
SUCCESS: Integrated in hbase-0.96-hadoop2 #186 (See
[https://builds.apache.org/job/hbase-0.96-hadoop2/186/])
HBASE-10422 ZeroCopyLiteralByteString.zeroCopyGetBytes has an unusable
prototype and conflicts with AsyncHBase (stack: rev 1561727)
*
/hbase/branches/0.96/hbase-protocol/src/main/java/com/google/protobuf/ZeroCopyLiteralByteString.java
> 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.98.0, 0.96.2, 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)