[
https://issues.apache.org/jira/browse/HBASE-21560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guanghao Zhang updated HBASE-21560:
-----------------------------------
Release Note: Incompatible change. Allow MasterObserver#preModifyTable to
return a new TableDescriptor. And master will use this returned TableDescriptor
to modify table.
> Return a new TableDescriptor for MasterObserver#preModifyTable to allow
> coprocessor modify the TableDescriptor
> --------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-21560
> URL: https://issues.apache.org/jira/browse/HBASE-21560
> Project: HBase
> Issue Type: Improvement
> Components: Coprocessors
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Priority: Major
> Fix For: 3.0.0, 2.2.0
>
> Attachments: HBASE-21560.master.001.patch
>
>
> Same with HBASE-21550. The new TableDescriptor is immutable for 2.0+. But in
> our use case, the coprocessor may change the TableDescriptor when
> preModifyTable. It is allowed before 2.0. For 2.0+, We can return a new
> TableDescriptor for MasterObserver#preModifyTable to allow this.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)