infraio commented on a change in pull request #2638:
URL: https://github.com/apache/hbase/pull/2638#discussion_r522530830
##########
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:
There are no NAMESPACE_TABLE now?
----------------------------------------------------------------
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]