You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/08/18 14:22:10 UTC

[GitHub] [hbase] infraio commented on a change in pull request #2271: HBASE-24897 Assign primary regions firstly when create table with reg…

infraio commented on a change in pull request #2271:
URL: https://github.com/apache/hbase/pull/2271#discussion_r472235121



##########
File path: hbase-protocol-shaded/src/main/protobuf/MasterProcedure.proto
##########
@@ -53,9 +53,10 @@ enum CreateTableState {
   CREATE_TABLE_PRE_OPERATION = 1;
   CREATE_TABLE_WRITE_FS_LAYOUT = 2;
   CREATE_TABLE_ADD_TO_META = 3;
-  CREATE_TABLE_ASSIGN_REGIONS = 4;
-  CREATE_TABLE_UPDATE_DESC_CACHE = 5;
-  CREATE_TABLE_POST_OPERATION = 6;
+  CREATE_TABLE_ASSIGN_PRIMARY_REGIONS = 4;

Review comment:
       So all procedures proto changes are incompatible changes? The design of procedure needs to be very careful......




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org