You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Gabor Liptak (JIRA)" <ji...@apache.org> on 2015/06/14 17:18:00 UTC

[jira] [Created] (HBASE-13900) duplicate methods between ProtobufMagic and ProtobufUtil

Gabor Liptak created HBASE-13900:
------------------------------------

             Summary: duplicate methods between ProtobufMagic and ProtobufUtil
                 Key: HBASE-13900
                 URL: https://issues.apache.org/jira/browse/HBASE-13900
             Project: HBase
          Issue Type: Improvement
            Reporter: Gabor Liptak
            Priority: Minor


Several methods duplicated between:

hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufMagic.java

and

hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java

isPBMagicPrefix()
isPBMagicPrefix()
lengthOfPBMagic()

ProtobufUtil partically references ProtobufMagic, but it also has different compare implementation ...

Maybe this was based on packaging/signature need?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)