You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2018/12/05 09:59:00 UTC

[jira] [Updated] (HBASE-21550) Add a new method preCreateTableRegionInfos for MasterObserver which allows CPs to modify the TableDescriptor

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

Duo Zhang updated HBASE-21550:
------------------------------
    Summary: Add a new method preCreateTableRegionInfos for MasterObserver which allows CPs to modify the TableDescriptor  (was: Should allow returning a modified TableDescriptor for MasterObserver.preCreateTable)

> Add a new method preCreateTableRegionInfos for MasterObserver which allows CPs to modify the TableDescriptor
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-21550
>                 URL: https://issues.apache.org/jira/browse/HBASE-21550
>             Project: HBase
>          Issue Type: Bug
>          Components: Coprocessors
>            Reporter: Duo Zhang
>            Priority: Major
>             Fix For: 3.0.0, 2.2.0
>
>
> Before 2.0, we will pass a HTableDescriptor and the CPs can modify the schema of a table, but now we will pass a TableDescriptor, which is immutable. I think it is correct to pass an immutable instance here, but we should have a return value for this method to allow CPs to return a new TableDescriptor.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)