[ 
https://issues.apache.org/jira/browse/HBASE-26661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang updated HBASE-26661:
------------------------------
    Release Note: 
Removed the below methods in MasterObserver

void preModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, 
TableDescriptor) throws IOException;

void postModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, 
TableDescriptor) throws IOException;

void preModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, 
TableName, TableDescriptor) throws IOException;

void 
postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, 
TableName, TableDescriptor) throws IOException;

void preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, 
NamespaceDescriptor) throws IOException;

void postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, 
NamespaceDescriptor) throws IOException;


  was:
Removed the below methods in MasterObserver

void preModifyTable(final ObserverContext<MasterCoprocessorEnvironment>, 
TableName, TableDescriptor) throws IOException;
void postModifyTable(final ObserverContext<MasterCoprocessorEnvironment>, 
TableName, TableDescriptor) throws IOException;
void preModifyTableAction(final ObserverContext<MasterCoprocessorEnvironment>, 
TableName, TableDescriptor) throws IOException;
void postCompletedModifyTableAction(final 
ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) 
throws IOException;
void preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, 
NamespaceDescriptor) throws IOException;
void postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, 
NamespaceDescriptor) throws IOException;



> Remove deprecated methods in MasterObserver
> -------------------------------------------
>
>                 Key: HBASE-26661
>                 URL: https://issues.apache.org/jira/browse/HBASE-26661
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Coprocessors, master
>            Reporter: Duo Zhang
>            Assignee: yuting sun
>            Priority: Major
>              Labels: beginner, trivial
>             Fix For: 3.0.0-alpha-3
>
>
> We have several methods which are marked as deprecated and should be removed 
> in 3.0.0.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to