[ https://issues.apache.org/jira/browse/HDFS-17749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937281#comment-17937281 ]
ASF GitHub Bot commented on HDFS-17749: --------------------------------------- hfutatzhanghb commented on code in PR #7466: URL: https://github.com/apache/hadoop/pull/7466#discussion_r2006904709 ########## hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/async/RouterAsyncClientProtocol.java: ########## @@ -355,7 +355,6 @@ public boolean mkdirs(String src, FsPermission masked, boolean createParent) return rpcClient.invokeAll(locations, method); } - asyncComplete(false); Review Comment: Hi, @KeeProMise , thanks for your reviewing. Have reverted mkdirs and other rpcs not affected by asyncComplete method to reduce code duplication. Thanks again. > [ARR] Fix wrong results due to the wrong usage of asyncComplete(null) > --------------------------------------------------------------------- > > Key: HDFS-17749 > URL: https://issues.apache.org/jira/browse/HDFS-17749 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: rbf > Reporter: farmmamba > Assignee: farmmamba > Priority: Major > Labels: pull-request-available > > Fix below RPCs : getMountPointStatus、getListing、getFIleinfoAll、mkdirs -- 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