hfutatzhanghb commented on code in PR #7415:
URL: https://github.com/apache/hadoop/pull/7415#discussion_r1964657428
##########
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/async/RouterAsyncClientProtocol.java:
##########
@@ -1057,33 +1057,33 @@ public boolean setReplication(String src, short
replication)
* subclusters else false in all other scenarios.
* @throws IOException if unable to get the file status.
*/
+ @VisibleForTesting
@Override
public boolean isMultiDestDirectory(String src) throws IOException {
- try {
+ asyncComplete(false);
Review Comment:
@KeeProMise very nice suggestion, thanks for reviewing. have fixed.
--
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]