You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2020/10/05 14:40:00 UTC

[jira] [Resolved] (HBASE-25121) Refactor MetaTableAccessor.addRegionsToMeta and its usage places

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

Duo Zhang resolved HBASE-25121.
-------------------------------
    Hadoop Flags: Reviewed
      Resolution: Fixed

Pushed to master and branch-2.

Thanks [~stack] for reviewing.

> Refactor MetaTableAccessor.addRegionsToMeta and its usage places
> ----------------------------------------------------------------
>
>                 Key: HBASE-25121
>                 URL: https://issues.apache.org/jira/browse/HBASE-25121
>             Project: HBase
>          Issue Type: Sub-task
>          Components: meta
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.4.0
>
>
> It is used in both CreateTableProcedure and ModifyTableProcedure, but in ModifyTableProcedure, we already have the region info in place so we should not put them again.
> There is no problem for now as we will close all the regions before doing this in ModifyTableProcedure, but it is still a bit confusing to developers.
> Let's change it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)