[ https://issues.apache.org/jira/browse/HDFS-17749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937923#comment-17937923 ]
ASF GitHub Bot commented on HDFS-17749: --------------------------------------- KeeProMise commented on code in PR #7466: URL: https://github.com/apache/hadoop/pull/7466#discussion_r2010320931 ########## hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/async/TestRouterAsyncMountTable.java: ########## @@ -76,86 +53,15 @@ public static void globalSetUp() throws Exception { cluster.startRouters(); cluster.waitClusterUp(); + // Get the end points. + nnContext0 = cluster.getNamenode("ns0", null); + nnContext1 = cluster.getNamenode("ns1", null); + nnFs0 = nnContext0.getFileSystem(); + nnFs1 = nnContext1.getFileSystem(); Review Comment: hi @hfutatzhanghb Have these variables been used? > [ARR] Fix wrong results due to the wrong usage of asyncComplete(null) > --------------------------------------------------------------------- > > Key: HDFS-17749 > URL: https://issues.apache.org/jira/browse/HDFS-17749 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: rbf > Reporter: farmmamba > Assignee: farmmamba > Priority: Major > Labels: pull-request-available > > Fix below RPCs : getMountPointStatus、getListing、getFIleinfoAll、mkdirs -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org