Skip to content

Commit 718d1c2

Browse files
committed
remove useless asyncComplete.
1 parent d96666e commit 718d1c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/async/RouterAsyncClientProtocol.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,6 @@ public boolean setReplication(String src, short replication)
10601060
@VisibleForTesting
10611061
@Override
10621062
public boolean isMultiDestDirectory(String src) throws IOException {
1063-
asyncComplete(false);
10641063
asyncTry(() -> {
10651064
if (rpcServer.isPathAll(src)) {
10661065
List<RemoteLocation> locations;

0 commit comments

Comments
 (0)