Skip to content

Commit 92e5e19

Browse files
author
fuchaohong
committed
2 parents 9fba56d + c9b3dfd commit 92e5e19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -907,8 +907,7 @@ public void testAutoMsyncDefault(ConfigSetting configSetting) throws Exception {
907907
break;
908908
case USE_ROUTER_OBSERVER_READ_PROXY_PROVIDER:
909909
case USE_ROUTER_OBSERVER_READ_CONFIGURED_FAILOVER_PROXY_PROVIDER:
910-
// An msync is sent to each active namenode for each read.
911-
// Total msyncs will be (1 * num_of_nameservices).
910+
// An msync is sent to each active namenode.
912911
assertEquals("Msyncs sent to the active namenodes",
913912
NUM_NAMESERVICES * 1, rpcCountForActive);
914913
// All reads should be sent of the observer.

0 commit comments

Comments
 (0)