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.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]