You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/07/18 22:42:20 UTC

[jira] [Created] (HBASE-16243) Admin#takeSnapshotAsync should not expose Protos as the return type

Ted Yu created HBASE-16243:
------------------------------

             Summary: Admin#takeSnapshotAsync should not expose Protos as the return type
                 Key: HBASE-16243
                 URL: https://issues.apache.org/jira/browse/HBASE-16243
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Assignee: Ted Yu


In HBASE-7912 branch, Admin#takeSnapshotAsync would trigger the following assertion:
{code}
2016-07-18 14:53:56,908 INFO  [main] hbase.TestInterfaceAudienceAnnotations(340): These are the methods that have Protos as the return type
2016-07-18 14:53:56,909 INFO  [main] hbase.TestInterfaceAudienceAnnotations(342): org.apache.hadoop.hbase.client.Admin takeSnapshotAsync org.apache.hadoop.hbase.protobuf.generated.MasterProtos$SnapshotResponse
{code}
Admin#takeSnapshotAsync should not expose Protos as the return type



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