[
https://issues.apache.org/jira/browse/HBASE-29047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang resolved HBASE-29047.
-------------------------------
Fix Version/s: 2.7.0
3.0.0-beta-2
2.6.2
Hadoop Flags: Reviewed
Resolution: Fixed
Pushed to branch-2.6+.
Thanks [~chandrasekhar.k] for contributing!
> Remove redundant methods in TestMasterObserver
> ----------------------------------------------
>
> Key: HBASE-29047
> URL: https://issues.apache.org/jira/browse/HBASE-29047
> Project: HBase
> Issue Type: Improvement
> Reporter: Chandra Sekhar K
> Assignee: Chandra Sekhar K
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.2
>
>
> There are many redundant methods in TestMasterObserver with the same
> behaviour as its base interface default Implementation.
> {code:java}
> @Override
> public void preSetUserQuota(final
> ObserverContext<MasterCoprocessorEnvironment> ctx,
> final String userName, final GlobalQuotaSettings quotas) throws IOException {
> }
> @Override
> public void postSetUserQuota(final
> ObserverContext<MasterCoprocessorEnvironment> ctx,
> final String userName, final GlobalQuotaSettings quotas) throws IOException {
> }
> @Override
> public void preSetUserQuota(final
> ObserverContext<MasterCoprocessorEnvironment> ctx,
> final String userName, final TableName tableName, final GlobalQuotaSettings
> quotas)
> throws IOException {
> }{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)