Skip to content

Commit 503f466

Browse files
author
xiezhineng
committed
1. remove fault tolerant
1 parent 981ae72 commit 503f466

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,6 @@ public void testRenameWithMultiDestinations() throws Exception {
736736
MountTable addEntry =
737737
MountTable.newInstance(srcDir, destMap);
738738
addEntry.setDestOrder(DestinationOrder.RANDOM);
739-
addEntry.setFaultTolerant(true);
740739
assertTrue(addMountTable(addEntry));
741740

742741
//create a mount point with a single destinations ns0

0 commit comments

Comments
 (0)