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/09/30 03:51:00 UTC

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

Duo Zhang created HBASE-25121:
---------------------------------

             Summary: 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
            Reporter: Duo Zhang
            Assignee: Duo Zhang


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)