Skip to content

Commit 3fe735a

Browse files
committed
fix doc.
1 parent 044a035 commit 3fe735a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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
@@ -1055,7 +1055,6 @@ public boolean setReplication(String src, short replication)
10551055
* @param src the source path
10561056
* @return true if the path is directory and is supposed to be present in all
10571057
* subclusters else false in all other scenarios.
1058-
* @throws IOException if unable to get the file status.
10591058
*/
10601059
@VisibleForTesting
10611060
@Override

hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/async/TestRouterAsyncRPCMultipleDestinationMountTableResolver.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
import static org.junit.Assert.assertNotNull;
4747
import static org.junit.Assert.assertTrue;
4848

49+
/**
50+
* Tests router async rpc with multiple destination mount table resolver.
51+
*/
4952
public class TestRouterAsyncRPCMultipleDestinationMountTableResolver extends
5053
TestRouterRPCMultipleDestinationMountTableResolver {
5154

0 commit comments

Comments
 (0)