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


##########
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:
   Is this check in DFSClient or in NameNode? If it is in NameNode, we can not 
make sure that we have the same configuration value with NameNode?



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