Apache9 commented on a change in pull request #2638:
URL: https://github.com/apache/hbase/pull/2638#discussion_r522563709
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/CreateTableProcedure.java
##########
@@ -236,8 +236,8 @@ protected void
deserializeStateData(ProcedureStateSerializer serializer)
@Override
protected boolean waitInitialized(MasterProcedureEnv env) {
- if (getTableName().isSystemTable()) {
- // Creating system table is part of the initialization, so do not wait
here.
+ if (getTableName().equals(TableName.NAMESPACE_TABLE_NAME)) {
Review comment:
For keeping the code same for both master and branch-2 for now, so it
will be easy to cherry-pick to branch-2. Could open a follow on issue to remove
it on master? Or I could open another PR for branch-2 after the master one is
merged and added this check.
----------------------------------------------------------------
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]