guluo2016 commented on code in PR #5410:
URL: https://github.com/apache/hbase/pull/5410#discussion_r1331677761


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/CreateNamespaceProcedure.java:
##########
@@ -187,6 +189,20 @@ private boolean prepareCreate(final MasterProcedureEnv 
env) throws IOException {
         new NamespaceExistException("Namespace " + nsDescriptor.getName() + " 
already exists"));
       return false;
     }
+
+    int dfsMaxComponentLength =

Review Comment:
   sorry about that,i was thinking too simplistic,i will rewrite this code



##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/CreateNamespaceProcedure.java:
##########
@@ -187,6 +189,20 @@ private boolean prepareCreate(final MasterProcedureEnv 
env) throws IOException {
         new NamespaceExistException("Namespace " + nsDescriptor.getName() + " 
already exists"));
       return false;
     }
+
+    int dfsMaxComponentLength =

Review Comment:
   sorry about that,i was thinking too simplistic,i will rewrite this code



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to