[ https://issues.apache.org/jira/browse/HDFS-17659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898250#comment-17898250 ]
ASF GitHub Bot commented on HDFS-17659: --------------------------------------- KeeProMise commented on code in PR #7157: URL: https://github.com/apache/hadoop/pull/7157#discussion_r1842070032 ########## hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirAttrOp.java: ########## @@ -342,7 +342,7 @@ static INodeDirectory unprotectedSetQuota( if ((type != null) && (!fsd.isQuotaByStorageTypeEnabled() || nsQuota != HdfsConstants.QUOTA_DONT_SET)) { throw new UnsupportedActionException( - "Failed to set quota by storage type because either" + + "Failed to set quota by storage type because either " + Review Comment: Hi @hfutatzhanghb IMO, It is best not to modify it here. It is not very relevant to this function and will increase the pipeline time. > [ARR]Router Quota supports asynchronous rpc > ------------------------------------------- > > Key: HDFS-17659 > URL: https://issues.apache.org/jira/browse/HDFS-17659 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: rbf > Reporter: farmmamba > Assignee: farmmamba > Priority: Major > Labels: pull-request-available > -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org