infraio commented on a change in pull request #2271:
URL: https://github.com/apache/hbase/pull/2271#discussion_r472741375
##########
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:
Ok. Will just fix this by another way: catch the error and retry to
avoid abort RS.
----------------------------------------------------------------
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:
[email protected]