junegunn commented on PR #6893: URL: https://github.com/apache/hbase/pull/6893#issuecomment-2808547831
Please correct me if I'm wrong, but I'm not sure the extra validation here is needed, because `HMaster.createTable` runs `TableDescriptorChecker.sanityCheck` before creating `CreateTableProcedure`. https://github.com/apache/hbase/blob/d98c63a2eef81a41394485bb9f2012423ae09f1a/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java#L2465-L2482 https://github.com/apache/hbase/blob/212f02cc104129b31f28fe28c2aba25ea2f77427/hbase-server/src/main/java/org/apache/hadoop/hbase/util/TableDescriptorChecker.java#L76-L89 So, if there's any invalid configuration value in the descriptor, `CreateTableProcedure` will not be created. -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org