[
https://issues.apache.org/jira/browse/HBASE-18731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey updated HBASE-18731:
--------------------------------
Release Note:
The following methods in QuotaSettings were annotated
InterfaceAudience.Private; they are for internal use only in hbase-2.0.0
buildSetQuotaRequestProto(final QuotaSettings settings)
setupSetQuotaRequest(SetQuotaRequest.Builder builder)
Note that there were versions of these methods in HBase 1.y that used classes
in the {{org.apache.hadoop.hbase.protobuf.generated}} package. That package no
longer exists as a part of our cleanup of protobufs from our public facing API
and the related methods have been removed.
was:
The following methods in QuotaSettings were annotated
InterfaceAudience.Private; they are for internal use only in hbase-2.0.0
buildSetQuotaRequestProto(final QuotaSettings settings)
setupSetQuotaRequest(SetQuotaRequest.Builder builder)
> [compat 1-2] Mark protected methods of QuotaSettings that touch Protobuf
> internals as IA.Private
> ------------------------------------------------------------------------------------------------
>
> Key: HBASE-18731
> URL: https://issues.apache.org/jira/browse/HBASE-18731
> Project: HBase
> Issue Type: Sub-task
> Components: API
> Reporter: stack
> Assignee: Sean Busbey
> Fix For: 2.0.0-alpha-4
>
> Attachments: HBASE-18731.0.patch, HBASE-18731-branch-1.v1.patch
>
>
> QuotaSettings is Audience public. The param for setupSetQuotaRequest moved to
> package
> org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetQuotaRequest.
> QuotaSettings was added in 1.1.
> Is QuotaSettings for use by anyone but our CPEP?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)