ctubbsii commented on code in PR #5491: URL: https://github.com/apache/accumulo/pull/5491#discussion_r2054974900
########## server/manager/src/main/java/org/apache/accumulo/manager/FateServiceHandler.java: ########## @@ -505,7 +505,7 @@ public void executeFateOperation(TInfo tinfo, TCredentials c, TFateId opid, TFat TableOperation tableOp = TableOperation.DELETE_RANGE; validateArgumentCount(arguments, tableOp, 3); String tableName = - validateName(arguments.get(0), tableOp, EXISTING_TABLE_NAME.and(NOT_METADATA_TABLE)); + validateName(arguments.get(0), tableOp, EXISTING_TABLE_NAME.and(NOT_BUILTIN_TABLE)); Review Comment: Maybe reverse the checks, because checking for a built-in table is faster than checking if it exists. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org